Ejemplo n.º 1
0
        private void supplierToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Supplier s = new Supplier();

            this.Hide();
            s.ShowDialog();
            this.Close();
        }
Ejemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Supplier s = new Supplier();

            this.Hide();
            s.ShowDialog();

            this.Close();
        }
Ejemplo n.º 3
0
        private void button2_Click(object sender, EventArgs e)
        {
            Supplier f6 = new Supplier();

            f6.ShowDialog();
        }