コード例 #1
0
 public CommandSet GetCommandSet()
 {
     return(_commandSet ?? (_commandSet = new SettingsCommandSet(this)));
 }
コード例 #2
0
 public SettingsController()
 {
     _commandSet = new SettingsCommandSet(this);
 }