コード例 #1
0
 private void button_Payroll_Click(object sender, EventArgs e)
 {
     //   Purchases.PurchaseOrder_Main app2 = new Purchases.PurchaseOrder_Main(ident);     app2.ShowDialog();
         //NewApplication.NewApplication_Main newapp = new NewApplication.NewApplication_Main(base.ident); newapp.Show();
         Payroll.Payroll_Main app = new Payroll.Payroll_Main(base.ident); app.Show();
 }
コード例 #2
0
 private void button_Payroll_Click(object sender, EventArgs e)
 {
     //   Purchases.PurchaseOrder_Main app2 = new Purchases.PurchaseOrder_Main(ident);     app2.ShowDialog();
     //NewApplication.NewApplication_Main newapp = new NewApplication.NewApplication_Main(base.ident); newapp.Show();
     Payroll.Payroll_Main app = new Payroll.Payroll_Main(base.ident); app.Show();
 }