Example #1
0
 public teamSelect(Form mainf)
 {
     InitializeComponent();
     this.MaximizeBox = false;
     parentf          = mainf;
     rp = random_Pick.getInstance;
     s  = sendMsg.getInstance;
 }
        public Ord_BanSal()
        {
            InitializeComponent();

            this.MaximizeBox = false;
            this.Text        = "ORD_TOOL";
            textBox1.Text    = "입력하세요.";
            s = random_Pick.getInstance;
        }