Exemplo n.º 1
0
Arquivo: Ac.cs Projeto: 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
        }
Exemplo n.º 2
0
 private void cmdBuildAreas_Click(object sender, RoutedEventArgs e)
 {
     this.Hide();
     App.ShowModelessWindow(EW_Forms.ewFrms.wBuildAreas);
 }