示例#1
0
文件: User.cs 项目: jiowchern/Regulus
 public User(Remoting.ISoulBinder binder , IStorage storage)
 {
     _Machine = new Utility.StageMachine();
     this._Binder = binder;
     _Account = new Data.Account();
     _Storage = storage;
 }
示例#2
0
文件: User.cs 项目: jiowchern/Regulus
 private void _ToMaintenance(Data.Account account)
 {
     _Account = account;
 }