예제 #1
0
        public override void Run()
        {
            Workbench wb = Workbench.Instance;

            if (wb != null)
            {
                CoordSysCatalog cat = new CoordSysCatalog();
                wb.ShowContent(cat, ViewRegion.Document);
            }
        }
예제 #2
0
 internal CoordinateSystemDialog()
 {
     InitializeComponent();
     catalog = ServiceManager.Instance.GetService <CoordSysCatalog>();
 }