Exemplo n.º 1
0
 public void FireTestChanged()
 {
     TestChanged?.Invoke(new TestEventArgs());
 }
Exemplo n.º 2
0
 private void onPropChanged()
 {
     TestChanged?.Invoke(this, EventArgs.Empty);
 }