Ejemplo n.º 1
0
 public void disconnect()
 {
     if (sender != null)
     {
         sender.Disconnect();
         sender = null;
     }
     if (reciver != null)
     {
         reciver.dissconnect();
         reciver = null;
     }
 }
Ejemplo n.º 2
0
 public void disconnect()
 {
     if (sender != null)
     {
         sender.Disconnect();
         sender = null;
     }
     if (reciver != null)
     {
         reciver.dissconnect();
         reciver = null;
     }
 }
Ejemplo n.º 3
0
 public Packets(Int16 port)
 {
     reciver = new Recive(port);
 }
Ejemplo n.º 4
0
 public Packets(Int16 port)
 {
     reciver = new Recive(port);
 }