Пример #1
0
 static public void Connect()
 {
     if (Current != null && !Current.IsConnected)
     {
         Current.Connect();
     }
 }