www.pudn.com > QQ2008.rar > Form3.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace qqServer
{
public partial class Form3 : Form
{
public Form3()
{
InitializeComponent();
}
}
}