Beispiel #1
0
 public override string ToString()
 {
     return(_owner + " " + _territoryType.ToString());
 }
 public TerritoryType(TerritoryTypeEnum type)
 {
     _name = type.ToString();
 }