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