The win 8 emulator input controller.
상속: WindowsPhoneTestFramework.Server.WindowsPhoneDeviceController.WindowsPhoneWindowsEmulatorDisplayInputController
 /// <summary>
 /// Initializes a new instance of the <see cref="Win8EmulatorWindowsPhoneDeviceController" /> class.
 /// </summary>
 /// <param name="target">The target.</param>
 /// <param name="port">The port.</param>
 public Win8EmulatorWindowsPhoneDeviceController(string target, string port)
     : base(target)
 {
     DisplayInputController = new Win8EmulatorInputController();
     this.Port = port;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Win8EmulatorWindowsPhoneDeviceController" /> class.
 /// </summary>
 /// <param name="target">The target.</param>
 /// <param name="port">The port.</param>
 public Win8EmulatorWindowsPhoneDeviceController(string target, string port)
     : base(target)
 {
     DisplayInputController = new Win8EmulatorInputController();
     this.Port = port;
 }