Метод | Описание | |
---|---|---|
InsertFile ( string filepath, int max ) : void | ||
RecentFiles ( int max ) : List |
||
RegistryPersister ( ) : System | ||
RegistryPersister ( string key ) : System | ||
RemoveFile ( int index, int max ) : void | ||
RemoveFile ( string filepath, int max ) : void |
Метод | Описание | |
---|---|---|
Key ( int i ) : string |
public InsertFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
Результат | void |
public RegistryPersister ( string key ) : System | ||
key | string | |
Результат | System |
public RemoveFile ( int index, int max ) : void | ||
index | int | |
max | int | |
Результат | void |
public RemoveFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
Результат | void |