예제 #1
0
파일: Ac.cs 프로젝트: 15831944/Geo7
        public static void ShowModeles(System.Windows.Window wnd)
        {
            wnd.ShowInTaskbar         = false;
            wnd.WindowStartupLocation = System.Windows.WindowStartupLocation.CenterOwner;
#if AutoCAD
            AcApp.ShowModelessWindow(null, wnd, false);
#endif

#if BricsCAD
            throw new NotSupportedException();
#endif
        }
예제 #2
0
 private void cmdBuildAreas_Click(object sender, RoutedEventArgs e)
 {
     this.Hide();
     App.ShowModelessWindow(EW_Forms.ewFrms.wBuildAreas);
 }