c# 언어/초급과정
c# 프로그램 종료
여린완자
2022. 4. 14. 17:16
/*
c# 프로그램 전체 종료*/
1. Console
Environment.Exit(0);
2. Windows Form
Application.Exit();