/GPX.Server.Extension/GeoRSSClient/ProjectInstaller.cs
https://bitbucket.org/shope/dfu · C# · 19 lines · 17 code · 2 blank · 0 comment · 0 complexity · 76c90ff694324d3297c000e19244369a MD5 · raw file
- using System;
- using System.Collections;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Configuration.Install;
- using System.Linq;
-
-
- namespace GeoRSSClient
- {
- [RunInstaller(true)]
- public partial class ProjectInstaller : System.Configuration.Install.Installer
- {
- public ProjectInstaller()
- {
- InitializeComponent();
- }
- }
- }