Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Events/ApplicationInstallStatus.cs +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// </summary> /// <param name="sender">sender object</param> /// <param name="args">install args</param> public delegate void ApplicationInstallStatusEventHandler(object sender, ApplicationInstallStatusEventArgs args); public delegate void ApplicationInstallStatusEventHandler(DevicePortal sender, ApplicationInstallStatusEventArgs args); /// <summary> /// Application install status Loading WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Events/ConnectionStatus.cs +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// </summary> /// <param name="sender">sender object</param> /// <param name="args">connection status details</param> public delegate void DeviceConnectionStatusEventHandler(object sender, DeviceConnectionStatusEventArgs args); public delegate void DeviceConnectionStatusEventHandler(DevicePortal sender, DeviceConnectionStatusEventArgs args); /// <summary> /// Connection status enumeration Loading Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Events/ApplicationInstallStatus.cs +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// </summary> /// <param name="sender">sender object</param> /// <param name="args">install args</param> public delegate void ApplicationInstallStatusEventHandler(object sender, ApplicationInstallStatusEventArgs args); public delegate void ApplicationInstallStatusEventHandler(DevicePortal sender, ApplicationInstallStatusEventArgs args); /// <summary> /// Application install status Loading
WindowsDevicePortalWrapper/WindowsDevicePortalWrapper.Shared/Events/ConnectionStatus.cs +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ namespace Microsoft.Tools.WindowsDevicePortal /// </summary> /// <param name="sender">sender object</param> /// <param name="args">connection status details</param> public delegate void DeviceConnectionStatusEventHandler(object sender, DeviceConnectionStatusEventArgs args); public delegate void DeviceConnectionStatusEventHandler(DevicePortal sender, DeviceConnectionStatusEventArgs args); /// <summary> /// Connection status enumeration Loading