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