Added another puzzle

This commit is contained in:
Tim Young 2016-11-15 19:49:16 -08:00
parent 7246e57b5d
commit 3716fdf234
5 changed files with 1262 additions and 1 deletions

View File

@ -295,6 +295,7 @@
<None Include="Resources\Level6_VLANFrustrations.enbx" />
<None Include="Resources\Level6_VLANRouting.enbx" />
<None Include="Resources\Level6_VLANRouting2.enbx" />
<None Include="Resources\Level6_VlanRouting3.enbx" />
<None Include="Resources\Level6_VLAN_Intro.enbx" />
<None Include="Resources\Level6_VLAN_Intro2.enbx" />
<None Include="Resources\OneNet.enbx" />

View File

@ -74,7 +74,7 @@ namespace EduNetworkBuilder
Level5_WirelessAccessPoint, Level5_WirelessCorruption, Level5_Failed, Level5_LostPacket, Level5_HereComesTrouble,
Level6_VLAN_Intro, Level6_VLAN_Intro2, Level6_Intro3_LockedOut, Level6_ForbiddenVLAN, Level6_TaggedBetweenSwitches,
Level6_VLANRouting, Level6_VLANRouting2, level6_UntaggedAndDHCP, Level6_SorryBoss, Level6_VLANFrustrations,
Level6_TwoAccessPoints,
Level6_TwoAccessPoints, Level6_VlanRouting3,
}
public enum DebugPausePoint { none=0, packet_create=1, packet_kill=2,

View File

@ -892,6 +892,16 @@ namespace EduNetworkBuilder.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] Level6_VlanRouting3 {
get {
object obj = ResourceManager.GetObject("Level6_VlanRouting3", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View File

@ -430,4 +430,7 @@
<data name="Level2_FirewallTest2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Level2_FirewallTest2.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Level6_VlanRouting3" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Level6_VlanRouting3.enbx;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

File diff suppressed because it is too large Load Diff