diff --git a/EduNetworkBuilder/NetworkBuilder.cs b/EduNetworkBuilder/NetworkBuilder.cs index 2a20dd0..0fee163 100644 --- a/EduNetworkBuilder/NetworkBuilder.cs +++ b/EduNetworkBuilder/NetworkBuilder.cs @@ -282,8 +282,8 @@ namespace EduNetworkBuilder BuildButton("btnFirewall", Properties.Resources.firewall, "Add a firewall to the network."); BuildButton("btnPrinter", Properties.Resources.Printer, "Add a printer to the network."); BuildButton("btnCopier", Properties.Resources.Copier, "Add a copier to the network."); - BuildButton("btnMicrowave", Properties.Resources.microwave, "Add a microwave to the network."); - BuildButton("btnFluorescent", Properties.Resources.fluorescent, "Add a light to the network."); + //BuildButton("btnMicrowave", Properties.Resources.microwave, "Add a microwave to the network."); + //BuildButton("btnFluorescent", Properties.Resources.fluorescent, "Add a light to the network."); //BuildButton("btnWAP", Properties.Resources.wap, "Add a Wireless Access Point to the network."); //BuildButton("btnWRouter", Properties.Resources.WRouter, "Add a Wireless Router to the network."); //BuildButton("btnWBridge", Properties.Resources.WBridge, "Add a Wireless Bridge to the network.");