コード例 #1
0
ファイル: UISystem.cs プロジェクト: LoveLeAnon/Summit-Client
 public UIColourPicker(int hexColour)
 {
     base.Size = new Size(300, 600);
     base.FormBorderStyle = FormBorderStyle.FixedSingle;
     baseElement = new UISimplePanel(0, 0, 300, 600);
 }
コード例 #2
0
 public UIColourPicker(int hexColour)
 {
     base.Size            = new Size(300, 600);
     base.FormBorderStyle = FormBorderStyle.FixedSingle;
     baseElement          = new UISimplePanel(0, 0, 300, 600);
 }