Get Action list to save

This commit is contained in:
2018-05-14 08:05:56 -05:00
parent 048d461894
commit 76b87b0d18
11 changed files with 41 additions and 9 deletions

View File

@ -91,7 +91,7 @@ namespace EduNetworkBuilder
public SchoolworkClass WhatFrom = null;
public List<string> ColorNames = new List<string>() { "Black", "White", "Green", "LightGreen", "Blue", "LightBlue", "Gray", "Brown", "SaddleBrown", "Empty" };
public Network(string Name)
{
TheNetImage = new Bitmap(myWidth, myHeight);