C# Class NewSF64Toolkit.Settings.ToolSettings

Afficher le fichier Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
SettingsUpdated SettingsUpdatedEvent

Méthodes publiques

Méthode Description
AddRecentlyOpened ( string path ) : void
Load ( ) : void
Save ( ) : void
ToolSettings ( ) : System
UpdateRecentlyOpenedToTop ( int index ) : void

Method Details

AddRecentlyOpened() public méthode

public AddRecentlyOpened ( string path ) : void
path string
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

ToolSettings() public méthode

public ToolSettings ( ) : System
Résultat System

UpdateRecentlyOpenedToTop() public méthode

public UpdateRecentlyOpenedToTop ( int index ) : void
index int
Résultat void

Property Details

SettingsUpdated public_oe static_oe property

public static SettingsUpdatedEvent SettingsUpdated
Résultat SettingsUpdatedEvent