示例#1
0
文件: Form1.cs 项目: agjsoft/Ajun
 private void Form1_Load(object sender, EventArgs e)
 {
     timer1.Start();
     mServer.Init(10000);
 }