Inheritance: IAccountStorage
コード例 #1
0
ファイル: StorageTmp.cs プロジェクト: xuedong/Tigwi
 public StorageTmp()
 {
     user    = new UserStorageTmp(this);
     account = new AccountStorageTmp(this);
     list    = new ListStorageTmp(this);
     msg     = new MsgStorageTmp(this);
 }
コード例 #2
0
ファイル: StorageTmp.cs プロジェクト: ismaelbelghiti/Tigwi
 public StorageTmp()
 {
     user = new UserStorageTmp(this);
     account = new AccountStorageTmp(this);
     list = new ListStorageTmp(this);
     msg = new MsgStorageTmp(this);
 }