private void materialsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form Materials = new Materials();

            Materials.MdiParent = this;
            Materials.Show();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Materials category = new Materials();

            category.Show();
        }