public EnergyTraySettings(IFileDelegate file) : base(file)
 {
 }
Beispiel #2
0
 public AppSettings(IFileDelegate file)
 {
     _file = file;
 }