Exemplo n.º 1
0
 private void DisableCommands()
 {
     BuildCommand.Disable();
     RebuildCommand.Disable();
     CleanCommand.Disable();
     StopCommand.Enable();
 }