예제 #1
0
 public void RebindData()
 {
     Globals.IsBusy = true;
     _currentOrgId  = Globals.UserLogin.UserOrganisationId;
     ResetControlStatus();
     ucInformation.InfoMessage = ResourceHelper.GetReourceValue("UserAccount_NewRecord");
     DataServiceHelper.ListSiteGroupAsync(Globals.UserLogin.UserOrganisationId, null, ListSiteGroupCompleted);
 }
예제 #2
0
 private void RebindUserList()
 {
     Globals.IsBusy = true;
     DataServiceHelper.ListSiteGroupAsync(Globals.UserLogin.UserOrganisationId, null, ListSiteGroupCompleted);
 }