markus / ConvertService / ServiceController / Markus.ConvertProcessTest / Program.cs @ 03581388
이력 | 보기 | 이력해설 | 다운로드 (357 Bytes)
1 | 5c387707 | semi | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace Markus.ConvertProcessTest |
||
8 | { |
||
9 | class Program |
||
10 | { |
||
11 | static void Main(string[] args) |
||
12 | { |
||
13 | while (true) |
||
14 | { |
||
15 | System.Threading.Thread.Sleep(10000); |
||
16 | } |
||
17 | } |
||
18 | } |
||
19 | } |