private async Task <bool> ReInitializeConnection()
 {
     return(await serverConnectionVR.Connect("145.48.6.10", 6666));
 }
Exemplo n.º 2
0
 private async Task <bool> InitializeConnection()
 {
     btnSelectSession.Enabled = false;
     return(await serverConnectionVR.Connect("145.48.6.10", 6666));
 }
Exemplo n.º 3
0
 private async void Connect()
 {
     connected = await serverConnection.Connect("145.48.6.10", 6666);
 }