Пример #1
0
 static public int GetSettingInt(string key, int defaultvalue)
 {
     return(SQLiteConnectionUser.GetSettingInt(key, defaultvalue));
 }