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