Exemplo n.º 1
0
        private void 발주등록ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Material_mng mt = new Material_mng();

            mt.MdiParent = this;
            mt.Show();
        }
Exemplo n.º 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;
        }
Exemplo n.º 3
0
 public Material_CMD(Material_mng ff1)
 {
     InitializeComponent();
     f1 = ff1;
 }