示例#1
0
 public QuitEntry(RebootRecommendedFlag rebootFlag) => this.rebootFlag = rebootFlag;
 public AskForRebootOperation(IUserInterface ui, RebootRecommendedFlag rebootFlag)
 {
     this.ui         = ui;
     this.rebootFlag = rebootFlag;
 }