Exemplo n.º 1
0
 public void ToggleEnableOS()
 {
     osStatus = !osStatus;
     opStatus = osStatus;
     os.Enable(osStatus);
 }