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