Ejemplo n.º 1
0
 public bool EstSemblable(Échiquier autre)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public bool EstÉgal(Échiquier autre)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Reine(Position position, Échiquier échiquier)
 {
     //if(position.Colonne)
 }