Example #1
0
        private void btn_Datos_Click(object sender, EventArgs e)
        {
            MAIN_CARGAR cargar_form = new MAIN_CARGAR(this);

            this.Hide();
            cargar_form.Show();
        }
Example #2
0
        public CARGAR_COMERCIO(MAIN_CARGAR ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
            this.cargarListaDeIngredintes();
        }
Example #3
0
        public CARGAR_PERFIL(MAIN_CARGAR ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
        }
Example #4
0
        public CARGAR_RECETAS(MAIN_CARGAR ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
        }