Beispiel #1
0
        private void cmdPayroll_Click(object sender, EventArgs e)
        {
            frmTransactionsPayroll frmPayroll = new frmTransactionsPayroll();

            frmPayroll.MdiParent = frmSwitchboard.frmParent;
            frmPayroll.Show();
        }
Beispiel #2
0
 public frmTransactionsPayrollEdit(frmTransactionsPayroll frmTransPR)
 {
     frmTransPayroll = frmTransPR;
     InitializeComponent();
     comboMonth.DataSource = System.Globalization.DateTimeFormatInfo.InvariantInfo.MonthNames;
 }