Inheritance: IDisposable
Exemplo n.º 1
0
 public void Setup()
 {
     GUI = new GUI();
 }
Exemplo n.º 2
0
 public void Setup()
 {
     GUI = new GUI("DefaultSkin.png", "Vera.ttf", 16);
 }