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