-
- Downloads
Refactor WpkgMessageEvent -> WpkgMessageRequest
I had conflated the data structure I wanted to use for sending a request to the service vs. having the service be able to respond. This is the first step to separating out the two.
Showing
- WpkgInstaller/IWpkgInstallerWCFContract.cs 2 additions, 2 deletionsWpkgInstaller/IWpkgInstallerWCFContract.cs
- WpkgInstaller/WpkgInstaller.cs 5 additions, 5 deletionsWpkgInstaller/WpkgInstaller.cs
- WpkgInstaller/WpkgInstaller.csproj 1 addition, 1 deletionWpkgInstaller/WpkgInstaller.csproj
- WpkgInstaller/WpkgInstallerMessageService.cs 3 additions, 3 deletionsWpkgInstaller/WpkgInstallerMessageService.cs
- WpkgInstaller/WpkgMessageRequest.cs 18 additions, 0 deletionsWpkgInstaller/WpkgMessageRequest.cs
- WpkgNotifier/TrayNotifier.cs 2 additions, 2 deletionsWpkgNotifier/TrayNotifier.cs
Loading
Please register or sign in to comment