public void ButtonEvent(string command) { m_LatestRequst = CuiHelperRequest.Button; m_Command = command; int msec = m_app.PrepareComboBoxEvent(m_Command, m_inputTextBox.Text); if (msec == 0) { m_app.ComboBoxEvent(m_Command, m_inputTextBox.Text); return; } StartTimer(msec); }