Exemple #1
0
 public UIColourPicker(int hexColour)
 {
     base.Size = new Size(300, 600);
     base.FormBorderStyle = FormBorderStyle.FixedSingle;
     baseElement = new UISimplePanel(0, 0, 300, 600);
 }
 public UIColourPicker(int hexColour)
 {
     base.Size            = new Size(300, 600);
     base.FormBorderStyle = FormBorderStyle.FixedSingle;
     baseElement          = new UISimplePanel(0, 0, 300, 600);
 }