Exemplo n.º 1
0
 public override string ToString()
 {
     return(NombreMes.ToString());
 }
Exemplo n.º 2
0
 public Mes(NombreMes i, int TMax, int TMin)
 {
     //this._nombre = i;
     this._tMax = TMax;
     this._tMin = TMin;
 }