Beispiel #1
0
 protected virtual void PropertyChange(OWLOSPropertyWrapperEventArgs e)
 {
     OnPropertyChange?.Invoke(this, e);
 }
Beispiel #2
0
 protected virtual void PropertyGetOutside(OWLOSPropertyWrapperEventArgs e)
 {
     OnPropertyGetOutside?.Invoke(this, e);
 }