예제 #1
0
 protected async override void OnExecute(object parameter)
 {
     if (this.cremaAppHost.IsOpened == true && parameter is DataBaseListViewModel listViewModel)
     {
         await DataBaseUtility.CreateAsync(this.authenticator, this.cremaAppHost);
     }
 }
예제 #2
0
 public async Task CreateAsync()
 {
     await DataBaseUtility.CreateAsync(this.authenticator, this.cremaHost);
 }
예제 #3
0
 protected async override void OnExecute(object parameter)
 {
     await DataBaseUtility.CreateAsync(this.authenticator, this.cremaHost);
 }