Exemplo n.º 1
0
 //---------------------------------------------------------
 public override void CloseSession()
 {
     CGestionnaireObjetsAttachesASession.DetacheObjet(m_nIdSessionPrincipale, this);
     base.CloseSession();
 }
Exemplo n.º 2
0
 //---------------------------------------------------------
 void IObjetAttacheASession.OnCloseSession()
 {
     CGestionnaireObjetsAttachesASession.DetacheObjet(m_nIdSessionPrincipale, this);
     CloseSession();
 }