ctrl-z stub

This commit is contained in:
Tim Young 2018-03-15 16:22:12 -05:00
parent 6593a172fd
commit d40d9aee58
1 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,10 @@ namespace EduNetworkBuilder
{
doSave(true);
}
if (e.KeyCode == Keys.Z && e.Modifiers == Keys.Control)
{
//ctrl-z
}
//MessageBox.Show(e.KeyCode.ToString());
}