private void btn_Comercios_Click(object sender, EventArgs e) { COMERCIOS comercio_form = new COMERCIOS(this); this.Hide(); comercio_form.Show(); }
public BUSCAR_COMERCIO(COMERCIOS ventPadre) { InitializeComponent(); this.ventPadre = ventPadre; }