Пример #1
0
        private void CleanUpEx()
        {
            m_secWord.Detach();

            RemoveAllCharButtons();
            m_fontChars.Dispose();
        }
Пример #2
0
        private void CleanUpEx()
        {
            string strRect = UIUtil.GetWindowScreenRect(this);

            if (strRect != m_strInitialFormRect)            // Don't overwrite ""
            {
                Program.Config.UI.CharPickerRect = strRect;
            }

            m_secWord.Detach();

            RemoveAllCharButtons();
            m_fontChars.Dispose();
        }
Пример #3
0
        private void CleanUpEx()
        {
            Debug.Assert(m_cmbKeyFile.Items.Count == m_lKeyFileNames.Count);

            if (m_bDisposed)
            {
                Debug.Assert(false); return;
            }
            m_bDisposed = true;

            // m_cmbKeyFile.OrderedImageList = null;
            // m_lKeyFileImages.Clear();

            m_secPassword.Detach();
        }
Пример #4
0
 private void CleanUpEx()
 {
     m_secPassword.Detach();
 }
Пример #5
0
        private void OnFormClosed(object sender, FormClosedEventArgs e)
        {
            m_secPassword.Detach();

            GlobalWindowManager.RemoveWindow(this);
        }