13,347
社区成员




private string m_selectedGroup;
public string SelectedGroup
{
get
{
return this.m_selectedGroup;
}
set
{
this.m_selectedGroup = value;
this.NotifyPropertyChanged("SelectedGroup");
}
}
SelectedValue ="{Binding Path=SelectedGroup, Mode=TwoWay}">