예제 #1
0
        private void comprasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Buys buys = new Buys {
                MdiParent = this.MdiParent
            };

            buys.Show();
        }
예제 #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Buys buys = new Buys {
                MdiParent = this.MdiParent
            };

            buys.Show();
        }
예제 #3
0
        private void button2_Click(object sender, EventArgs e)
        {
            Buys b = new Buys();

            b.Show();
        }