Свойство | Type | Description |
---|
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 ( ) : |
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.
|
public AddToRecent ( string filename ) : void | ||
filename | string | The filename to add |
Résultat | void |