2 references to Exit
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
953
/// Overload of <see cref="
Exit
(CancelEventArgs)"/> that does not care about e.Cancel.
955
public static void Exit() =>
Exit
(null);