private void btn_Datos_Click(object sender, EventArgs e) { MAIN_CARGAR cargar_form = new MAIN_CARGAR(this); this.Hide(); cargar_form.Show(); }
public CARGAR_COMERCIO(MAIN_CARGAR ventPadre) { InitializeComponent(); this.ventPadre = ventPadre; this.cargarListaDeIngredintes(); }
public CARGAR_PERFIL(MAIN_CARGAR ventPadre) { InitializeComponent(); this.ventPadre = ventPadre; }
public CARGAR_RECETAS(MAIN_CARGAR ventPadre) { InitializeComponent(); this.ventPadre = ventPadre; }