Ejemplo n.º 1
0
 protected void RaisePropertyChanged(string property)
 {
     PropertyChanged.RaiseEventEx(this, property);
 }