예제 #1
0
        private void toolStripButton10_Click(object sender, EventArgs e)
        {
            BusForm bfrm = new BusForm();

            bfrm.MdiParent = this;
            bfrm.Show();
        }
예제 #2
0
        private void buttonX3_Click(object sender, EventArgs e)
        {
            BusForm b = new BusForm();

            b.Show();
        }