コード例 #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     TimeList app = new TimeList(base.ident); app.Show();
     //new NewApplication.NewApplication_Main(base.ident).Show();
 }
コード例 #2
0
 private void button2_Click(object sender, EventArgs e)
 {
     String EntID = base.ident.UserID.ToString();
     TimeList app = new TimeList(base.ident, EntID); app.Show();
     //new NewApplication.NewApplication_Main(base.ident).Show();
 }