Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/SWAT USB App/trunk/SWAT USB App/form_Main_Menu.cs
18,8 → 18,6
DebugText.startNewSession();
DebugText.appendText("Main menu form initializing");
DebugText.appendText("SWAT Drive detected as drive " + Initialization.pathToSWATDrive);
// Debug: Shows the drive letter of the USB drive detected at startup
//DEBUG: MessageBox.Show(Initialization.pathToSWATDrive, "Drive Letter", MessageBoxButtons.OK);
InitializeComponent();
this.KeyPreview = true;
this.KeyPress += new KeyPressEventHandler(this.form_Main_Menu_KeyPress);