added shortcut info to help

This commit is contained in:
2009-11-17 14:30:13 +00:00
parent d5c13de0bf
commit db7a58c66d
2 changed files with 135 additions and 101 deletions

View File

@@ -1204,6 +1204,12 @@ namespace VEPROMS
}
#endregion
private void btnShortCuts_Click(object sender, EventArgs e)
{
ShortcutLists scListdlg = new ShortcutLists();
scListdlg.Show();
}
//protected override void WndProc(ref Message m)
//{
// base.WndProc(ref m);