コード例 #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
ファイル: GroupInfo5.cs プロジェクト: ZLLselfRedeem/zllinmitu
 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;
 }