Ejemplo n.º 1
0
 public void OnSettingChange(Settings settings)
 {
     Log.Debug("Setting change...");
     SettingChange?.Invoke(this, new SettingChangeEventArgs(settings));
 }
Ejemplo n.º 2
0
 public void OnSettingChange() => SettingChange?.Invoke(this);