コード例 #1
0
 public ShadowsocksController()
 {
     _config = Configuration.Load();
     StatisticsConfiguration = StatisticsStrategyConfiguration.Load();
     _strategyManager = new StrategyManager(this);
     StartReleasingMemory();
 }
コード例 #2
0
 public ShadowsocksController()
 {
     _config = Configuration.Load();
     _strategyManager = new StrategyManager(this);
 }