예제 #1
0
 public void Dispose()
 {
     Genesis?.Invoke(this, false);
     EweSwitch = null !;
     Settings  = null !;
 }
예제 #2
0
 public Consumer(SettingsData.Consumer settings)
 {
     Settings = settings;
     Genesis?.Invoke(this, true);
 }