示例#1
0
 private void wellProductionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (wellProduction == null || wellProduction.IsDisposed == true)
     {
         wellProduction = new WellProductionForm(ref pads);
         wellProduction.Show();
         wellProduction.BringToFront();
         theDelegte("Add Production Well form opens...");
     }
 }
示例#2
0
 private void wellProductionToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (wellProduction == null || wellProduction.IsDisposed == true)
     {
         wellProduction = new WellProductionForm(ref pads);
         wellProduction.Show();
         wellProduction.BringToFront();
         theDelegte("Add Production Well form opens...");
     }
 }