コード例 #1
0
ファイル: MAIN.cs プロジェクト: hellfishg/queComemos
        private void btn_Datos_Click(object sender, EventArgs e)
        {
            MAIN_CARGAR cargar_form = new MAIN_CARGAR(this);

            this.Hide();
            cargar_form.Show();
        }
コード例 #2
0
        public CARGAR_COMERCIO(MAIN_CARGAR ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
            this.cargarListaDeIngredintes();
        }
コード例 #3
0
        public CARGAR_PERFIL(MAIN_CARGAR ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
        }
コード例 #4
0
        public CARGAR_RECETAS(MAIN_CARGAR ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
        }