예제 #1
0
 public GroupModel(Pr1132ControlGroup group, IconOfGroup icon, int index)
 {
     Index    = index;
     Name     = group.Name;
     IconPath = icon.GetIconPath();
 }
예제 #2
0
 public GroupDetailsModel(Pr1132ControlGroup channel, IconOfGroup icon, int index)
     : base(channel, icon, index)
 {
     Channels = new List <ChannelModel>();
 }