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