Пример #1
0
 /// <summary>
 /// Powers off this instance.
 /// </summary>
 public void PowerOff()
 {
     VMController.PowerOff(Name);
 }