Ejemplo n.º 1
0
 public Message(Horodatage h, Texte t, Lien l, Couleur c)
 {
     this.h = h;
     this.t = t;
     this.l = l;
     this.c = c;
 }
Ejemplo n.º 2
0
 public MessageComposite(Horodatage h, Texte t, Lien l, Couleur c) : base(h, t, l, c)
 {
 }
Ejemplo n.º 3
0
 protected int etat = 2; //Si 1 = intrinsèque, si 2 extrinseque
 public Texte(Horodatage h, Texte t, Lien l, Couleur c) : base(h, t, l, c)
 {
 }