Beispiel #1
0
 protected override void OnStart(string[] args)
 {
     tool = new SearcherTool();
     tool.start();
 }
Beispiel #2
0
 public void start()
 {
     tool = new SearcherTool();
     tool.start();
 }