Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     Atend.Equipment.frmConductorTip02 conductorTip =
         new Atend.Equipment.frmConductorTip02();
     Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog(conductorTip);
     BindDataToCounductorTip();
 }
Exemplo n.º 2
0
 private void toolStripMenuItem2_Click(object sender, EventArgs e)
 {
     Atend.Equipment.frmConductorTip02 conductortip = new Atend.Equipment.frmConductorTip02();
     Autodesk.AutoCAD.ApplicationServices.Application.ShowModalDialog(conductortip);
 }