コード例 #1
0
        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
ファイル: frmMainmenu.cs プロジェクト: Sunil300/myprojects
        private void employeeAdvancePaymentListToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmEmployeeAdvancePaymentList frm = new frmEmployeeAdvancePaymentList();

            frm.ShowDialog();
        }