public void disconnect()
 {
     if (sender != null)
     {
         sender.Disconnect();
         sender = null;
     }
     if (reciver != null)
     {
         reciver.dissconnect();
         reciver = null;
     }
 }
Beispiel #2
0
 public void disconnect()
 {
     if (sender != null)
     {
         sender.Disconnect();
         sender = null;
     }
     if (reciver != null)
     {
         reciver.dissconnect();
         reciver = null;
     }
 }
 public Packets(Int16 port)
 {
     reciver = new Recive(port);
 }
Beispiel #4
0
 public Packets(Int16 port)
 {
     reciver = new Recive(port);
 }