상속: IMsgStorage
예제 #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
 public StorageTmp()
 {
     this.user = new UserStorageTmp(this);
     this.account = new AccountStorageTmp(this);
     this.list = new ListStorageTmp(this);
     this.msg = new MsgStorageTmp(this);
 }