class Student : DependencyObject{. public string Name{. get{ return (string)GetValue(NameProperty); }. set{ SetValue(NameProperty,value); }. }.
確定! 回上一頁