ctrl-z stub
This commit is contained in:
parent
6593a172fd
commit
d40d9aee58
@ -229,6 +229,10 @@ namespace EduNetworkBuilder
|
||||
{
|
||||
doSave(true);
|
||||
}
|
||||
if (e.KeyCode == Keys.Z && e.Modifiers == Keys.Control)
|
||||
{
|
||||
//ctrl-z
|
||||
}
|
||||
//MessageBox.Show(e.KeyCode.ToString());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user