Example #1
0
 public UpdateManager(IUpdateManagerConfiguration configuration)
 {
     this.configuration = configuration;
     PropertyChanged   += UpdateManager_PropertyChanged;
 }
Example #2
0
 public UpdateManager(IUpdateManagerConfiguration configuration)
 {
     this.configuration = configuration;
     PropertyChanged += UpdateManager_PropertyChanged;
 }
Example #3
0
 public UpdateManager(IUpdateManagerConfiguration configuration)
 {
     this.configuration = configuration;
     PropertyChanged += UpdateManager_PropertyChanged;
     HostVersion = null;
     HostName = string.Empty;
 }