Example #1
0
        void HideMessageTip()
        {
            if (m_firstUseBalloon == null)
            {
                return;
            }

            m_firstUseBalloon.Dispose();
            m_firstUseBalloon = null;
        }
Example #2
0
        void HideMessageTip()
        {
            if (m_firstUseBalloon == null)
            {
                return;
            }

            m_firstUseBalloon.Dispose();
            m_firstUseBalloon = null;

            this.checkBox_savePasswordShort.BackColor = SystemColors.Control;
            this.checkBox_savePasswordShort.ForeColor = SystemColors.ControlText;
            this.checkBox_savePasswordShort.Padding   = new Padding(0);
        }