示例#1
0
        public bool Authentification(Developpeur developpeur)
        {
            //if ( AccesDonnees.Authentification(developpeur) )
            //    (new frm_Habilitation(this)).ShowDialog();

            return(AccesDonnees.Authentification(developpeur));
        }