Exemple #1
0
 public void Execute()
 {
     UserFace.LockUI();
     foreach (var task in Commands)
     {
     }
     UserFace.UnlockUI();
 }