//Thread activeApp; public ScreenReaderFunctions(StrategyManager strategyMgr) { this.strategyMgr = strategyMgr; screenreaders = new Dictionary <string, string>(); // activeApp = new Thread(delegate () { loadScreeanReaderActiveApp(); }); loadScreenReaderHash(); }
public TemplateAllElementsSymbol(StrategyManager strategyMgr, GeneratedGrantTrees grandTrees) { this.strategyMgr = strategyMgr; this.grandTrees = grandTrees; }
public AOutputManager(StrategyManager strategyMgr) { this.strategyMgr = strategyMgr; }