Example #1
0
        private void buttonTovar_Click(object sender, EventArgs e)
        {
            FormSupply formSupply = new FormSupply();

            formSupply.Show();
            this.Hide();
        }
 public FormAddSupplier(FormSupply form2)
 {
     InitializeComponent();
     otherForm1 = form2;
 }