Beispiel #1
0
 public void runChk()
 {
     SQLConnect connect = new SQLConnect();
     UpdateChatCount cnt = new UpdateChatCount();
     UpdateChat chat = new UpdateChat();
     MySqlConnection conn = connect.connect();
     cnt.Update(conn, out TotalMSG);
     chat.update(conn, TotalMSG, ReadMSG, out ReadMSG, user);
 }
Beispiel #2
0
        public void runChk()
        {
            SQLConnect      connect = new SQLConnect();
            UpdateChatCount cnt     = new UpdateChatCount();
            UpdateChat      chat    = new UpdateChat();
            MySqlConnection conn    = connect.connect();

            cnt.Update(conn, out TotalMSG);
            chat.update(conn, TotalMSG, ReadMSG, out ReadMSG, user);
        }