Example #1
0
        public static void showImgMgr()
        {
            if (imgMgr == null || imgMgr.IsDisposed)
                imgMgr = new ImageManagerWindow();

            imgMgr.Show();
        }
Example #2
0
        public static void showImgMgr()
        {
            if (imgMgr == null || imgMgr.IsDisposed)
            {
                imgMgr = new ImageManagerWindow();
            }

            imgMgr.Show();
        }