Beispiel #1
0
 public void SetNewUI(UI ui)
 {
     NewUI = ui;
 }
Beispiel #2
0
 public UI()
 {
     NewUI = this;
 }