[Required, StringLength(50)] public string User { get { return _User; } set { _User = value; this.NotifyPropertyChanged(o => o.User); }
確定! 回上一頁