Esempio n. 1
0
 public static string[] GetPokemonName(int gen, int region = 1)
 {
     checkOpen();
     return(GetDeafultTemplate(sql_con, GetPrepareQuery.GetPokemonName(gen, region)));
 }
Esempio n. 2
0
 public static string[] GetItemName(int gameid = 21, int country = 1)
 {
     checkOpen();
     return(GetDeafultTemplate(sql_con, GetPrepareQuery.GetItemName(gameid, country)));
 }
Esempio n. 3
0
 public static string[] GetCommonText(int groupid, int country = 1)
 {
     checkOpen();
     return(GetDeafultTemplate(sql_con, GetPrepareQuery.GetCommonText(groupid, country)));
 }