8,758
社区成员




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