Exemple #1
0
 public MainMenu()
 {
     this.nickPatcherMenu = new NickPatcherMenu(this);
     this.versionMenu     = new VersionMenu(this);
     this.playMenu        = new PlayMenu(this);
     InitializeComponent();
 }
Exemple #2
0
 public MainMenu()
 {
     this.SuspendLayout();
     InitialiseSharedControls("Setup Game", 373, false);
     InitializeComponent();
     this.ResumeLayout(false);
     this.PerformLayout();
     this.nickPatcherMenu = new NickPatcherMenu(this);
     this.versionMenu     = new VersionMenu(this);
     this.playMenu        = new PlayMenu(this);
     this.androidMenu     = new AndroidMenu(this);
 }