예제 #1
0
 public Task SaveSettingsAsync()
 {
     _settings.SavePropertyValues(this);
     return(_settings.PersistAsync());
 }