Example #1
0
 public static DialogResult ShowGenericDialog(this Control content, string title, GenericDialogType type)
 {
     return(GenericDialogForm.Run(content, title, type));
 }