Esempio n. 1
0
        public void TextBoxEvent(string text)
        {
            m_LatestRequst = CuiHelperRequest.TextBox;
            m_text         = text;
            int msec = m_app.PrepareTextBoxEvent(m_text);

            if (msec == 0)
            {
                m_app.TextBoxEvent(m_text);
                return;
            }
            StartTimer(msec);
        }