Beispiel #1
0
 public Highscore(StartGUI sg)
 {
     InitializeComponent();
     this.sg = sg;
 }
Beispiel #2
0
 public FormFragen(StartGUI sg)
 {
     InitializeComponent();
     this.sg = sg;
 }
Beispiel #3
0
 public Highscore(StartGUI startGUI)
 {
     InitializeComponent();
     this.startGUI = startGUI;
 }