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