added shortcut info to help
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user