예제 #1
0
 //Static Functions
 public static bool tagExists(String TagName)
 {
     //Check if a tag exists with given name.
     return(SQLiteService.CheckTagExist(TagName));
 }