Exemplo n.º 1
0
 public HeadController(Head model)
 {
     this.model = model;
 }
Exemplo n.º 2
0
 public HeadView(Head model)
 {
     this.model = model;
     image = new ImageSurface("/Users/niklasbjornberg/Desktop/head.png");
 }