Наследование: WindowsPhoneTestFramework.Server.DisplayInputControllerCore.WindowsEmulatorDisplayInputControllerBase
Пример #1
0
 public EmulatorWindowsPhoneDeviceController(string target)
 // this name should work for both English and non-English SDKs
 // e.g. Windows Phone Emulator
 // e.g. Windows Phone Emulator(DE)
     : base(target)
 {
     DisplayInputController = new WindowsPhoneWindowsEmulatorDisplayInputController();
 }
 public EmulatorWindowsPhoneDeviceController(string target)
     // this name should work for both English and non-English SDKs
     // e.g. Windows Phone Emulator
     // e.g. Windows Phone Emulator(DE)
     : base(target)
 {            
     DisplayInputController = new WindowsPhoneWindowsEmulatorDisplayInputController();
 }
 private static void Main(string[] args)
 {
     var displayInputController = new WindowsPhoneWindowsEmulatorDisplayInputController();
     displayInputController.EnsureWindowIsInForeground();
 }
 private static void Main(string[] args)
 {
     var displayInputController = new WindowsPhoneWindowsEmulatorDisplayInputController();
     displayInputController.ReleaseWindowFromForeground();
 }