private void hexViewToolStripMenuItem_Click(object sender, EventArgs e) { HexView hv = new HexView(); hv.XboxDebugCommunicator = this.XboxDebugCommunicator; hv.StartAddress = 0x82000000; hv.ShowDialog(); }