Beispiel #1
0
 public bool DeleteDeviceSettings(out Exception exception)
 {
     return(DeviceSettings.Delete(out exception));
 }
Beispiel #2
0
 public bool SaveDeviceSettings(out Exception exception)
 {
     return(DeviceSettings.Save(typeof(T), out exception));
 }