메소드 | 설명 | |
---|---|---|
InsertFile ( string filepath, int max ) : void | ||
RecentFiles ( int max ) : List |
||
RemoveFile ( string filepath, int max ) : void | ||
XmlPersister ( ApplicationAttributes attr ) : System | ||
XmlPersister ( Stream stream ) : System | ||
XmlPersister ( string filepath ) : System |
메소드 | 설명 | |
---|---|---|
CopyExcluding ( List |
||
Load ( int max ) : List |
||
OpenStream ( FileMode mode ) : SmartStream | ||
Save ( List |
||
Update ( string filepath, bool insert, int max ) : void |
public InsertFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
리턴 | void |
public RemoveFile ( string filepath, int max ) : void | ||
filepath | string | |
max | int | |
리턴 | void |
public XmlPersister ( ApplicationAttributes attr ) : System | ||
attr | ApplicationAttributes | |
리턴 | System |