ME3Explorer.Texplorer2.SaveProperties C# (CSharp) Method

SaveProperties() private method

private SaveProperties ( ) : void
return void
        private void SaveProperties()
        {
            try
            {
                Properties.Settings.Default.Save();
            }
            catch (Exception e)
            {
                DebugOutput.PrintLn("Failed to save settings in Texplorer: " + e);
            }
        }
Texplorer2