Esempio n. 1
0
 public Apat(string Name, TipoApat Tipo, ArraySegment <Plat> Plats)
 {
     this.Name  = Name;
     this.Tipus = Tipo;
     this.Plats = Plats;
 }
Esempio n. 2
0
 public void SetTipo(TipoApat tipus)
 {
     this.Tipus = tipus;
 }
Esempio n. 3
0
 public Apat(string Name, TipoApat Tipo)
 {
     this.Name  = Name;
     this.Tipus = Tipo;
 }