示例#1
0
 public void Initialisation()
 {
     _moteur = new Mock <Imoteur>();
 }
示例#2
0
 public voiture(Imoteur moteur, Iroue roue)
 {
 }