Example #1
0
 public static IEnumerable <SchematicEditor> Show(Window Owner, string Message, MessageBoxButton Buttons, params SchematicEditor[] Editors)
 {
     return(Show(Owner, Message, Buttons, Editors.AsEnumerable()));
 }