private void btnGetData_Click(object sender, EventArgs e)
        {
            frmEmployeeAdvancePaymentList frm = new frmEmployeeAdvancePaymentList(this);

            frm.lblSet.Text  = "R1";
            frm.lblUser.Text = lblUser.Text;
            frm.ShowDialog();
        }
예제 #2
0
        private void employeeAdvancePaymentListToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmEmployeeAdvancePaymentList frm = new frmEmployeeAdvancePaymentList();

            frm.ShowDialog();
        }