Пример #1
0
 public void ReConnect()
 {
     if (null != _networkClient)
     {
         _networkClient.ReConnect();
     }
 }