Пример #1
0
 void ListAllAspUserCompleted(List <AspUser> userList)
 {
     _aspUsers = RemoveDuplicateUser(SecurityHelper.FilterUserList(userList, _siteGroup));
     DataServiceHelper.ListAspRoleAsync(null, ListRoleCompleted);
 }
 void ListComponentCompleted(List <Component> comptList)
 {
     _componentItemSource = comptList;
     DataServiceHelper.ListAspRoleAsync(null, ListRoleCompleted);
 }
Пример #3
0
 void RebindRoleData()
 {
     Globals.IsBusy = true;
     DataServiceHelper.ListAspRoleAsync(null, ListRoleCompleted);
 }