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