Ejemplo n.º 1
0
 // Hides the panel and flags the command as completed
 private void CompleteCommand()
 {
     videoPanel.RpcHide();
     Completed = true;
 }