Example #1
0
        public static DialogResult ShowDialog(this ComponentDesigner designer, Form dialog)
        {
            var context = new EditorServiceContext(designer);

            return(context.ShowDialog(dialog));
        }
        public static System.Windows.Forms.DialogResult ShowDialog(this ComponentDesigner designer, System.Windows.Forms.Form dialog)
        {
            EditorServiceContext context = new EditorServiceContext(designer);

            return(context.ShowDialog(dialog));
        }