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