Example #1
0
 public UserCenterVM(string mid)
 {
     userCenterAPI = new Api.User.UserCenterAPI();
     this.mid      = mid;
     this.is_self  = mid == ApiHelper.GetUserId();
 }
Example #2
0
 public UserSubmitVideoSource(string mid)
 {
     userCenterAPI = new Api.User.UserCenterAPI();
     this.mid      = mid;
 }