Example #1
0
 private void buttonItem1_Click(object sender, EventArgs e)
 {
     frmPlan fp = new frmPlan();
     fp.Show();
 }
Example #2
0
 private void tsbJdb_Click(object sender, EventArgs e)
 {
     frmPlan fp = new frmPlan();
     fp.Show();
 }
Example #3
0
 public frmPlan()
 {
     this.EnableGlass = false;
     InitializeComponent();
     frmpr = this;
 }
Example #4
0
 public frmPlan()
 {
     this.EnableGlass = false;
     InitializeComponent();
     frmpr = this;
 }