Answers for "how to exit winforms application"

C#
0

how to exit winforms application and shutdown pc in c#

System.Environment.Exit(1);
Posted by: Guest on June-01-2020
-1

how to exit winforms application and shutdown pc in c#

Application.Exit();
Posted by: Guest on March-21-2020

C# Answers by Framework

Browse Popular Code Answers by Language