Exemplo n.º 1
0
        private void buttonNuevaMarca_Click(object sender, EventArgs e)
        {
            FormAgregarMarca fmr = new FormAgregarMarca();

            fmr.ShowDialog();
        }
Exemplo n.º 2
0
        private void buttonAgregarMarca_Click(object sender, EventArgs e)
        {
            FormAgregarMarca frm = new FormAgregarMarca();

            frm.ShowDialog();
        }