Tanoda
|
Public Member Functions | |
void | Save () |
bool | SearchHelp (string value) |
void | Load () |
void | TryLoad () |
Public Attributes | |
List< string > | tags = new List<string>() |
string | filePath |
Definition at line 8 of file TagCloud.cs.
void TagCloud.Load | ( | ) |
Definition at line 37 of file TagCloud.cs.
void TagCloud.Save | ( | ) |
Definition at line 13 of file TagCloud.cs.
bool TagCloud.SearchHelp | ( | string | value | ) |
Definition at line 22 of file TagCloud.cs.
void TagCloud.TryLoad | ( | ) |
Definition at line 48 of file TagCloud.cs.
string TagCloud.filePath |
Definition at line 11 of file TagCloud.cs.
List<string> TagCloud.tags = new List<string>() |
Definition at line 10 of file TagCloud.cs.