Ejemplo n.º 1
0
        public static void ShowGallery()
        {
            GalleryWindow gw = new GalleryWindow();

            Application.ShowModalWindow(gw);
        }
Ejemplo n.º 2
0
        private void TextBlock_MouseLeftButtonUp(object sender, MouseButtonEventArgs e)
        {
            GalleryWindow gw = new GalleryWindow();

            Autodesk.AutoCAD.ApplicationServices.Application.ShowModalWindow(gw);
        }