コード例 #1
0
 public override void Run()
 {
     Workbench wb = Workbench.Instance;
     if (wb != null)
     {
         FdoCreateDataStoreCtl ctl = new FdoCreateDataStoreCtl();
         wb.ShowContent(ctl, ViewRegion.Document);
     }
 }