Example #1
0
 private void جستجوToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Atend.Equipment.frmInsulatorPipeSearch02 InsSearch = new frmInsulatorPipeSearch02(this);
     Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog(InsSearch);
 }
Example #2
0
 private void toolStripLabel4_Click(object sender, EventArgs e)
 {
     Atend.Equipment.frmInsulatorPipeSearch02 PipeSearch = new frmInsulatorPipeSearch02(this);
     Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog(PipeSearch);
 }