예제 #1
0
        /// ------------------------------------------------------------------------------------
        /// <summary>
        /// This is a timer callback that gets fired to cancel the dialog.
        /// </summary>
        /// <param name="state">Minnesota, Illinois, etc.</param>
        /// ------------------------------------------------------------------------------------
        private void CancelDialog(object state)
        {
            if (m_dlg == null)
            {
                return;
            }

            m_dlg.SimulatePressCancel();
        }