initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyService / ProjectInstaller.cs
1 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 CPE.App.NotifyService
10 {
11     [RunInstaller(true)]
12     public partial class ProjectInstaller : System.Configuration.Install.Installer
13     {
14         public ProjectInstaller()
15         {
16             InitializeComponent();
17         }
18     }
19 }