示例#1
0
        public ShelfControl2(GroupInfo2 groupInfos)
            : this()
        {
            TkDebug.AssertArgumentNull(groupInfos, "groupInfos", null);

            GroupInfos = groupInfos;
        }
示例#2
0
        public ShelfControl2(GroupInfo2 groupInfos)
            : this()
        {
            TkDebug.AssertArgumentNull(groupInfos, "groupInfos", null);

            GroupInfos = groupInfos;
        }
示例#3
0
 public GroupInfo5(GroupInfo2 gi2, string imgBackground)
 {
     this.Groups = gi2.Groups;
     ImgBackground = imgBackground;
 }
示例#4
0
 public GroupInfo5(GroupInfo2 gi2, string imgBackground)
 {
     this.Groups   = gi2.Groups;
     ImgBackground = imgBackground;
 }