示例#1
0
文件: MainForm.cs 项目: scpkd2/mes
        private void 발주등록ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Material_mng mt = new Material_mng();

            mt.MdiParent = this;
            mt.Show();
        }
示例#2
0
        private void 발주등록ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Material_mng mt = new Material_mng();

            mt.MdiParent = this;
            mt.Show();
            mt.WindowState = FormWindowState.Maximized;
        }
示例#3
0
 public Material_CMD(Material_mng ff1)
 {
     InitializeComponent();
     f1 = ff1;
 }