8,757
社区成员
发帖
与我相关
我的任务
分享



ObservableCollection<Typical> _typiList;
public ObservableCollection<Typical> TypiList
{
get { return this._typiList; }
set { SetProperty<ObservableCollection<Typical>>(ref this._typiList, value); }
}