From f99f56c619bed96ab7b75be8477dec6e504bad7e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 27 Jun 2018 16:42:04 +0300 Subject: Implemented segment & brush stop remove. --- Software/Visual_Studio/Tango.Settings/SettingsManager.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Software/Visual_Studio/Tango.Settings') diff --git a/Software/Visual_Studio/Tango.Settings/SettingsManager.cs b/Software/Visual_Studio/Tango.Settings/SettingsManager.cs index a9c5429de..34ac2ddfe 100644 --- a/Software/Visual_Studio/Tango.Settings/SettingsManager.cs +++ b/Software/Visual_Studio/Tango.Settings/SettingsManager.cs @@ -115,6 +115,14 @@ namespace Tango.Settings _loaded = true; } + /// + /// Determines whether a settings file exists. + /// + public virtual bool IsFileExists() + { + return File.Exists(FilePath); + } + /// /// Saves settings. /// -- cgit v1.3.1