Ejemplo n.º 1
0
        public static int GetPainter8Window()
        {
            int h = PainterApp.FindPainter8Window();

            if (h == 0)
            {
                throw new Errors.WindowNotFoundError(err_window_not_found);
            }
            return(h);
        }