상속: IConfigStore
예제 #1
0
 public ConfigManagerTest()
 {
     _store = new TestStore();
      _settings = new FixtureSettings(_store);
 }
예제 #2
0
 public ConfigManagerTest()
 {
     _store    = new TestStore();
     _settings = new FixtureSettings(_store);
 }