Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class SlicifyClientNodeService : ServiceBase
  2. {
  3. public static DateTime BootTime = DateTime.Now;
  4.  
  5. protected override void OnStart(string[] args)
  6. {
  7. //start running
  8. }
  9.  
  10. protected override void OnStop()
  11. {
  12. //stop running
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement