Ejemplo n.º 1
0
 public Schaakstuk(SchaakstukType Type, SchaakstukKleur Kleur)
 {
     this.kleur = Kleur;
     this.type = Type;
     moved = false;
 }
Ejemplo n.º 2
0
 public Schaakstuk(SchaakstukType type, SchaakstukKleur kleur)
 {
     this.type  = type;
     this.kleur = kleur;
 }