C# Class Dbot.Service.PrimaryServiceInstaller

Inheritance: System.Configuration.Install.Installer
ファイルを表示 Open project: destinygg/bot

Public Methods

Method Description
PrimaryServiceInstaller ( ) : System

Public Constructor for WindowsServiceInstaller. - Put all of your Initialization code here.

Method Details

PrimaryServiceInstaller() public method

Public Constructor for WindowsServiceInstaller. - Put all of your Initialization code here.
public PrimaryServiceInstaller ( ) : System
return System