Make an enum for regression testing. For the listbox window regression mode.

This commit is contained in:
Tim Young 2018-09-21 08:56:14 -05:00
parent 04c54c24d7
commit b2335c8b3a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace EduNetworkBuilder
public enum AnimationName { Spark1, Fire1, Smoke1, Explo1, Lightning1 }
public enum ContextTest { ping, arp, traceroute }
public enum NetTestVerbosity { none, basic, hints, full }
public enum LBContents { routes, messages, dhcp, puzzles }
public enum LBContents { routes, messages, dhcp, puzzles, regressiontest }
public enum HelpTopics {
None, DHCP, DHCPServer, Firewall, Gateway, Help, IPAddress, Link, Subnet, Ping,
VPN, Hub, Switch, ARP, StaticRoute, Subnetting, WhenToSubnet, ComparingAddresses, MACAddress,