//------------------------------------------------------------------------- private void m_lnkNewChampCustom_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e) { CChampCustom champ = new CChampCustom(CSc2iWin32DataClient.ContexteCourant); champ.CreateNew(); CFormEditionChampCustom frm = new CFormEditionChampCustom(champ); CSc2iWin32DataNavigation.Navigateur.AffichePage(frm); }