Exemplo n.º 1
0
 public string Notate()
 {
     if (_notated == null)
     {
         _notated = string.Concat(Piece.Describe(PieceID), Pos.Describe());
     }
     return(_notated);
 }
Exemplo n.º 2
0
 public string Notate()
 {
     return(string.Concat(Piece.Describe(PieceID), Pos.Describe()));
 }