//---------------------------------------------------------------------------
 private void ParentForm_ClosingAttitude(object sender, System.ComponentModel.CancelEventArgs e)
 {
     if (ParentForm != null)
     {
         m_listView.WriteToRegistre(new CSc2iWin32DataNavigationRegistre().GetKey("Preferences\\Panel_Listes\\" + this.ParentForm.GetType().Name + "_" + this.Name, true));
     }
 }
Beispiel #2
0
 //-------------------------------------------------------------------------
 private void CFormEditionGroupeActeurs_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     m_listViewRoles.WriteToRegistre(new CSc2iWin32DataNavigationRegistre().GetKey("Preferences\\Panel_Listes\\" + this.GetType().Name + "_" + m_listViewRoles.Name, true));
 }