public GenerateApiDocumentsViewModel()
 {
     RunNowCommand = new AsyncModelCommand(RunNow);
 }
예제 #2
0
 public GenerateSpritesViewModel()
 {
     RunNowCommand = new AsyncModelCommand(RunNow);
 }
예제 #3
0
 public GenerateTypeDefListingViewModel()
 {
     RunNowCommand = new AsyncModelCommand(RunNow);
 }
예제 #4
0
 public GenerateTerminalDocumentViewModel()
 {
     RunNowCommand = new AsyncModelCommand(RunNow);
 }
 public WhitelistAndTerminalCachesViewModel()
 {
     RunNowCommand = new AsyncModelCommand(RunNow);
 }