public void Switch(XenVM vm)
 {
     xgsc.SwitchToVm((uint)vm.Slot);
 }
예제 #2
0
 public void SwitchToVm(uint p)
 {
     xgsc.SwitchToVm(p);
 }