Ejemplo n.º 1
0
 public void SelectViewSheetSet()
 {
     using (viewSheetSetForm dlg = new viewSheetSetForm(
                new ViewSheets(m_commandData.Application.ActiveUIDocument.Document)))
     {
         dlg.ShowDialog();
     }
 }
Ejemplo n.º 2
0
 public void SelectViewSheetSet()
 {
     using (viewSheetSetForm dlg = new viewSheetSetForm(
         new ViewSheets(m_commandData.Application.ActiveUIDocument.Document)))
     {
         dlg.ShowDialog();
     }
 }