로드 중...
검색 중...
일치하는 항목 없음
InterruptGui.cs
1사용 중시스템;
2사용 중System.Collections.Generic;
3사용 중System.Linq;
4사용 중System.Windows.Forms;
5사용 중시스템.IO;
6사용 중System.Threading.Tasks;
7
8네임스페이스InterruptGui
9{
10 정적 클래스InterruptGui
11{
15[STAThread]
16 정적 공허메인()
17{
18Application.EnableVisualStyles();
19Application.SetCompatibleTextRenderingDefault(거짓);
20Form1 양식 =신규양식1();
21애플리케이션.실행(양식);
22}
23}
24}