public ShadowsocksController() { _config = Configuration.Load(); StatisticsConfiguration = StatisticsStrategyConfiguration.Load(); _strategyManager = new StrategyManager(this); StartReleasingMemory(); }
public ShadowsocksController() { _config = Configuration.Load(); _strategyManager = new StrategyManager(this); }