Exemplo n.º 1
0
 private void ExecuteStartGameCommand(object param)
 {
     Task.Run(() =>
     {
         DuplexProxy.StartGame();
     });
 }