コード例 #1
0
 protected void OnPropertyChanged(string name)
 {
     _propertyChanged.RaiseEvent(this, name);
 }