示例#1
0
 public void LoadOperations()
 {
     if (Account != null && !_loadingOperations)
     {
         InProgress         = true;
         _loadingOperations = true;
         OperationsService.BeginGetOperationsByAccount(Account.Id, EndLoadOperations, null);
     }
 }