Beispiel #1
0
        private void btn_CreateContractFrm_Click(object sender, EventArgs e)
        {
            Form frm_CreateContract = new frm_CreateContract();

            frm_CreateContract.ShowDialog();
        }
Beispiel #2
0
        private void btn_createContract_Click(object sender, EventArgs e)
        {
            frm_CreateContract frm_NewContract = new frm_CreateContract();

            frm_NewContract.Show();
        }