initial ctrl-z working

This commit is contained in:
2018-03-15 17:12:20 -05:00
parent d40d9aee58
commit 565ab9489d
8 changed files with 97 additions and 5 deletions

View File

@ -45,6 +45,7 @@ namespace EduNetworkBuilder
Image TheNetImage = new Bitmap(1024, 1024);
Image TheNetImageBackground = new Bitmap(1024, 1024);
public int itemsize = 100; //The size of network components
[NonSerialized]
PictureBox myPBox = null;
private int UniqueIdentifier = 100; //This gets used for all sorts of things. is auto-incremented every time someone asks for one
private List<Packet> myPackets = new List<Packet>();