Beispiel #1
0
 private async Task execIfCan(IBindingItem bi)
 {
     if (bi.CanCallCommand())
     {
         await bi.Exec();
     }
 }