Exemplo n.º 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);
     }
 }
Exemplo n.º 2
0
 public async Task CreateAsync()
 {
     await DataBaseUtility.CreateAsync(this.authenticator, this.cremaHost);
 }
Exemplo n.º 3
0
 protected async override void OnExecute(object parameter)
 {
     await DataBaseUtility.CreateAsync(this.authenticator, this.cremaHost);
 }