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

            frm.Show();
        }