Example #1
0
 public frmCustomUpdateCreator(string filePath)
 {
     this.InitializeForm();
     _customUpdate = new CustomUpdate(filePath);
     _customUpdate.IsUIEnable = true;
     RefreshDisplay();
 }
Example #2
0
 public frmCustomUpdateCreator()
 {
     this.InitializeForm();
     _customUpdate = new CustomUpdate();
     _customUpdate.IsUIEnable = true;
 }