コード例 #1
0
ファイル: certificateMgr.cs プロジェクト: lanicon/EVESharp
        public certificateMgr(CertificatesDB db, ItemFactory itemFactory, CacheStorage cacheStorage)
        {
            this.DB           = db;
            this.ItemFactory  = itemFactory;
            this.CacheStorage = cacheStorage;

            // get the full list of requirements
            this.CertificateRelationships = this.DB.GetCertificateRelationships();
        }
コード例 #2
0
ファイル: certificateMgr.cs プロジェクト: sn0opy/EVESharp
 public certificateMgr(CertificatesDB db, ItemManager itemManager, CacheStorage cacheStorage)
 {
     this.DB           = db;
     this.ItemManager  = itemManager;
     this.CacheStorage = cacheStorage;
 }