コード例 #1
0
ファイル: DummyStandalong.cs プロジェクト: jiowchern/Regulus
        public DummyStandalone()
        {
            var frature = new DummyFrature();

            _Storage = new ExpansionFeature(frature, frature, frature);
            _Updater = new Updater();
            _Center = new Center(_Storage);
        }
コード例 #2
0
 public DummyStandalone()
 {
     _Storage = new DummyFrature();
     _Updater = new Updater();
     _Center  = new Center(_Storage, _Storage, _Storage, _Storage);
 }
コード例 #3
0
ファイル: DummyStandalong.cs プロジェクト: jiowchern/Regulus
 public DummyStandalone()
 {
     _Storage = new DummyFrature();
     _Updater = new Updater();
     _Center = new Center(_Storage, _Storage, _Storage, _Storage);
 }