c# 언어/초급과정
프로세스.종료
여린완자
2024. 3. 16. 05:51
case1)
Application.Exit();
case2)
System.Diagnostics.Process.GetCurrentProcess().Kill();