메소드 | 설명 | |
---|---|---|
CreateFromString ( string values ) : List |
Creates a new SavedTabsList and adds each item in values after splitting it on |
|
|
LoadTabList ( string file ) : List |
Loads a list of tabs from a file
|
|
SaveTabList ( List |
Saves the list to a file
|
public static CreateFromString ( string values ) : List |
||
values | string | The items you want added to the list which will be split on | |
리턴 | List |
public static LoadTabList ( string file ) : List |
||
file | string | The full name of the file you want to load from |
리턴 | List |
public static SaveTabList ( List |
||
locs | List |
The list of tabs |
file | string | The file you want to save to |
리턴 | void |