Example #1
0
 protected override void OnStart(string[] args)
 {
     if (pm != null)
     {
         OnStop();
     }
     Logger.WriteToLog(Urgency.INFO, "STARTED", _FriendlyName);
     pm = new PluginManager();
 }
Example #2
0
 public CoreService()
 {
     InitializeComponent();
     pm = null;
     Logger.LogFileName = "zVirtualScenesService.log";
 }