private void CleanUpEx() { m_secWord.Detach(); RemoveAllCharButtons(); m_fontChars.Dispose(); }
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(); }
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(); }
private void CleanUpEx() { m_secPassword.Detach(); }
private void OnFormClosed(object sender, FormClosedEventArgs e) { m_secPassword.Detach(); GlobalWindowManager.RemoveWindow(this); }