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

            s.Show();
            this.Hide();
        }