Property JSettings.NoAutoSave
Overload
Don't automatically call JSettings.SaveIfNeed.
If false
(default), calls every 2 s (unless JSettings.NoAutoSaveTimertrue
), when disposing, and when process exits.
protected bool NoAutoSave { get; set; }
Don't automatically call JSettings.SaveIfNeed.
If false
(default), calls every 2 s (unless JSettings.NoAutoSaveTimertrue
), when disposing, and when process exits.
protected bool NoAutoSave { get; set; }