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

            this.Hide();
            comercio_form.Show();
        }
コード例 #2
0
        public BUSCAR_COMERCIO(COMERCIOS ventPadre)
        {
            InitializeComponent();

            this.ventPadre = ventPadre;
        }