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