Ejemplo n.º 1
0
        private void 通过车辆查询BToolStripMenuItem_Click(object sender, EventArgs e)
        {
            旅客管理系统_车辆查询窗口_ MDIChild = new 旅客管理系统_车辆查询窗口_();

            MDIChild.MdiParent = this;
            MDIChild.Show();
        }
Ejemplo n.º 2
0
        private void toolStripButton12_Click(object sender, EventArgs e)
        {
            旅客管理系统_车辆查询窗口_ MDIChild = new 旅客管理系统_车辆查询窗口_();

            MDIChild.MdiParent = this;
            MDIChild.Show();
        }