Example #1
0
 public static boolean SaveGroupHandle(hashtable table, integer parentKey, integer childKey, group whichGroup)
 {
     table.Add(parentKey.ToString("x8") + childKey.ToString("x8"), whichGroup);
     return(true);
 }