Пример #1
0
 void Btn_proveedoresClick(object sender, EventArgs e)
 {
     construccion c=new construccion();
     this.Hide();
     c.Show();
 }
Пример #2
0
 void Btn_inventarioClick(object sender, EventArgs e)
 {
     construccion c=new construccion();
     this.Hide();
     c.Show();
 }