예제 #1
0
        private void button4_Click_1(object sender, EventArgs e)
        {
            Customers CS = new Customers();

            CS.MdiParent  = this;
            CS.AutoScroll = false;
            CS.Show();
            CS.AutoScroll = false;
        }
예제 #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Customers cs = new Customers();

            cs.MdiParent  = this;
            cs.AutoScroll = false;
            cs.Show();
            cs.AutoScroll = false;
        }