CSL.SettingsHandler.Save C# (CSharp) Method

Save() public static method

public static Save ( ) : void
return void
        public static void Save()
        {
            settings.Save();
        }