/// <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; }