예제 #1
0
        public static TTGroup CreateTTGroup(int ID)
        {
            TTGroup tTGroup = new TTGroup();

            tTGroup.ID = ID;
            return(tTGroup);
        }
예제 #2
0
 public void AddToGroups(TTGroup tTGroup)
 {
     base.AddObject("Groups", tTGroup);
 }