markus / ConvertService / ServiceBase / Markus.Service.Monitor / ProjectInstaller.cs @ 0630b634
이력 | 보기 | 이력해설 | 다운로드 (445 Bytes)
1 | 53c9637d | taeseongkim | using System; |
---|---|---|---|
2 | using System.Collections; |
||
3 | using System.Collections.Generic; |
||
4 | using System.ComponentModel; |
||
5 | using System.Configuration.Install; |
||
6 | using System.Linq; |
||
7 | using System.Threading.Tasks; |
||
8 | |||
9 | namespace Markus.Service.MonitorService |
||
10 | { |
||
11 | [RunInstaller(true)] |
||
12 | public partial class ProjectInstaller : System.Configuration.Install.Installer |
||
13 | { |
||
14 | public ProjectInstaller() |
||
15 | { |
||
16 | InitializeComponent(); |
||
17 | } |
||
18 | } |
||
19 | } |