Created
January 8, 2011 23:50
-
-
Save cammerman/771258 to your computer and use it in GitHub Desktop.
Generated boilerplate service class.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public partial class FolderTransformService : ServiceBase | |
{ | |
public FolderTransformService() | |
{ | |
InitializeComponent(); | |
} | |
protected override void OnStart(String[] args) | |
{ | |
} | |
protected override void OnStop() | |
{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment