C# Class ARCed.Settings.EditorSettings

Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddToRecent ( string filename ) : void

Adds a value to the "Recently Opened" list and trims the list to the max allowed items

EditorSettings ( ) : System

Default constructor

Load ( ) : EditorSettings

Initializes a new instance the ARCed.NET settings. User defined settings are loaded so long as each file exists, else the default values will be used.

Save ( ) : void

Saves the settings files to disk in the AppData folder.

Method Details

AddToRecent() public méthode

Adds a value to the "Recently Opened" list and trims the list to the max allowed items
public AddToRecent ( string filename ) : void
filename string The filename to add
Résultat void

EditorSettings() public méthode

Default constructor
public EditorSettings ( ) : System
Résultat System

Load() public static méthode

Initializes a new instance the ARCed.NET settings. User defined settings are loaded so long as each file exists, else the default values will be used.
public static Load ( ) : EditorSettings
Résultat EditorSettings

Save() public méthode

Saves the settings files to disk in the AppData folder.
public Save ( ) : void
Résultat void