markus / FinalService / FinalServiceBase / KCOM_FinalService / InstallTest.cs @ 38d69491
이력 | 보기 | 이력해설 | 다운로드 (397 Bytes)
1 | 42d49521 | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace KCOM_FinalService |
||
8 | { |
||
9 | static class InstallTest |
||
10 | { |
||
11 | static void _Main(string[] args) |
||
12 | { |
||
13 | ProjectInstaller projectInstaller = new ProjectInstaller(); |
||
14 | projectInstaller.Install(new Dictionary<object,object>()); |
||
15 | } |
||
16 | } |
||
17 | } |