示例#1
0
 public Registration()
 {
     InitializeComponent();
     client = new UDPClient("127.0.0.1", 12000);
 }
示例#2
0
 public Login()
 {
     InitializeComponent();
     client = new UDPClient("127.0.0.1", 12000);
 }