Method | Description | |
---|---|---|
InsertFile ( string filepath, int max ) : void | ||
RecentFiles ( int max ) : List |
||
RegistryPersister ( ApplicationAttributes attr ) : System | ||
RegistryPersister ( string key ) : System | ||
RemoveFile ( string filepath, int max ) : void |
Method | Description | |
---|---|---|
Key ( int i ) : string | ||
RemoveFile ( int index, int max ) : void |
public InsertFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
return | void |
public RegistryPersister ( ApplicationAttributes attr ) : System | ||
attr | ApplicationAttributes | |
return | System |
public RegistryPersister ( string key ) : System | ||
key | string | |
return | System |
public RemoveFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
return | void |