/*
c# 프로그램 전체 종료*/
1. Console
Environment.Exit(0);
2. Windows Form
Application.Exit();
'c# 언어 > 초급과정' 카테고리의 다른 글
frm.ShowModal() (0) | 2022.12.08 |
---|---|
csc /reference:Newtonsoft.Json.Net20.dll /out:form_2.exe form_2.cs (0) | 2022.09.14 |
c# *.DLL IDE에 추가하기(using System.Data.SQLite) (0) | 2022.04.06 |
Visual studio에서 Line Number표시(IDE) (0) | 2022.04.01 |
ToInt32(String) 의 예외처리 (0) | 2022.03.29 |