Ejemplo n.º 1
0
 private void AidAutoSave(Photo item)
 {
     if (!Configuration.Instance.AutoSave) return;
     item.Save();
 }