Beispiel #1
0
 public DataSet RenameList(bool suppressExceptions, string userName, string password, string existingGroupName, string newGroupName, string existingTabName, string newTabName, int cooperatorID)
 {
     using (SecureData sd = new SecureData(suppressExceptions, Login(userName, password))) {
         return(sd.RenameList(existingGroupName, newGroupName, existingTabName, newTabName, cooperatorID));
     }
 }