Beispiel #1
0
 internal DeviceRollbackSummaryPage(DeviceRollbackWizard wizard)
     : base(wizard)
     => this.Description = Shell.LoadString(StringId.IDS_DEVICE_ROLLBACK_COMPLETE_TITLE);
 protected DeviceRollbackPage(DeviceRollbackWizard wizard)
     : base(wizard)
 {
 }
Beispiel #3
0
 internal DeviceRollbackProgressPage(DeviceRollbackWizard wizard)
     : base(wizard)
     => this.Description = Shell.LoadString(StringId.IDS_DEVICE_ROLLBACK_IN_PROGRESS);
Beispiel #4
0
 internal DeviceRollbackErrorPage(DeviceRollbackWizard wizard)
     : base(wizard)
     => this.Description = Shell.LoadString(StringId.IDS_DEVICE_RESTORE_ERROR_TITLE);