private void Form1_Load(object sender, EventArgs e) { MainMenu x = new MainMenu(); this.textBox1.Text = string.Empty; MenuSystem console = new FormMenu(this.textBox1, this.menuItemMenuMenu, this.labelPause); BluetoothTesting program = new BluetoothTesting(); program.console = console; console.AddMenus(program); console.RunMenu(); // this.Text = this.Text + " -- " + GetCpuBitSize(); }