Ejemplo n.º 1
0
 public Registration()
 {
     InitializeComponent();
     client = new UDPClient("127.0.0.1", 12000);
 }
Ejemplo n.º 2
0
 public Login()
 {
     InitializeComponent();
     client = new UDPClient("127.0.0.1", 12000);
 }