Ejemplo n.º 1
0
 private void OnDestroy()
 {
     if (Client != null)
     {
         Client.Close();
     }
 }
Ejemplo n.º 2
0
 public void DestroyClient()
 {
     if (Client != null)
     {
         Client.Close();
     }
 }