Exemplo n.º 1
0
 public Configuration()
 {
     _saveConfig = new Subject<Unit>();
     _saveConfig.DisposeWith(this);
 }