Beispiel #1
0
        private void BtnAgregarContrato_Click(object sender, EventArgs e)
        {
            FormMantContrato frm = new FormMantContrato();

            frm.Show();
        }
Beispiel #2
0
        private void BtnNuevo_Click(object sender, EventArgs e)
        {
            FormMantContrato frm = new FormMantContrato();

            frm.ShowDialog();
        }