Beispiel #1
0
 public void OnConnected()
 {
     if (Protocol != Protocols.V1)
     {
         mClientV2.ReqVersionTask();
     }
 }