Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 49 → Rev 50

/SWAT Office App/trunk/SWAT Office App/Main_Menu_Form.cs
9,16 → 9,16
 
namespace SWAT_Office_App
{
public partial class Menu1_Main : Form
public partial class Menu_Main : Form
{
public Menu1_Main()
public Menu_Main()
{
InitializeComponent();
Settings_Form.ImportSettings();
this.KeyPress += new KeyPressEventHandler(Menu1_Main_KeyPress);
this.KeyPress += new KeyPressEventHandler(Menu_Main_KeyPress);
}
 
void Menu1_Main_KeyPress(object sender, KeyPressEventArgs e)
void Menu_Main_KeyPress(object sender, KeyPressEventArgs e)
{
// Monitors for keypresses
switch (e.KeyChar)