Example #1
0
        public void POOLogOFF()
        {
            i = new ModeOrienteObjet();
            i.AfficherHistoriqueActions(false);
            Forme testPolygone = null;

            testPolygone = i.CreerRectangle(posXMid, posYMid, 100, 100);
            i.Afficher();
            testPolygone.Tourner(50);
            i.Afficher();
        }