Esempio n. 1
0
 void Btn_proveedoresClick(object sender, EventArgs e)
 {
     construccion c=new construccion();
     this.Hide();
     c.Show();
 }
Esempio n. 2
0
 void Btn_inventarioClick(object sender, EventArgs e)
 {
     construccion c=new construccion();
     this.Hide();
     c.Show();
 }