예제 #1
0
 public void Change(string value)
 {
     _inner.Change(value);
     PropertyChanged?.Invoke(this, EventArgs.Empty);
 }