Esempio n. 1
0
        private void toolStripButton10_Click(object sender, EventArgs e)
        {
            BusForm bfrm = new BusForm();

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

            b.Show();
        }