Ejemplo n.º 1
0
 private void 井眼轨迹表ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     try
     {
         井眼轨迹表 run = new 井眼轨迹表();
         run.MdiParent = this;
         run.Show();
     }
     catch (System.InvalidOperationException)
     {
         井眼轨迹表 run = new 井眼轨迹表();
         run.MdiParent = this;
         run.Show();
     }
 }
Ejemplo n.º 2
0
 public FrmInsertrun(井眼轨迹表 f)
 {
     InitializeComponent();
     f1 = f;
 }