Пример #1
0
 internal void method_14(uint uint_1)
 {
     using (DatabaseClient @class = GoldTree.GetDatabase().GetClient())
     {
         DataRow        dataRow = @class.ReadDataRow("SELECT username,motto,look,last_online FROM users WHERE Id = '" + uint_1 + "' LIMIT 1");
         MessengerBuddy class2  = new MessengerBuddy(uint_1, dataRow["username"] as string, dataRow["look"] as string, dataRow["motto"] as string, dataRow["last_online"] as string);
         class2.bool_0 = true;
         if (!this.hashtable_0.Contains(class2.UInt32_0))
         {
             this.hashtable_0.Add(class2.UInt32_0, class2);
         }
         this.method_7();
     }
 }
 internal void method_14(uint uint_1)
 {
     using (DatabaseClient @class = GoldTree.GetDatabase().GetClient())
     {
         DataRow dataRow = @class.ReadDataRow("SELECT username,motto,look,last_online FROM users WHERE Id = '" + uint_1 + "' LIMIT 1");
         MessengerBuddy class2 = new MessengerBuddy(uint_1, dataRow["username"] as string, dataRow["look"] as string, dataRow["motto"] as string, dataRow["last_online"] as string);
         class2.bool_0 = true;
         if (!this.hashtable_0.Contains(class2.UInt32_0))
         {
             this.hashtable_0.Add(class2.UInt32_0, class2);
         }
         this.method_7();
     }
 }