프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

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
}
클립보드 이미지 추가 (최대 크기: 500 MB)