From bc68ff91b0d10a1b75c0148b696e0ee0492c06ff Mon Sep 17 00:00:00 2001 From: Tim Young Date: Thu, 13 Aug 2015 20:02:29 -0600 Subject: [PATCH] temporarily remove microwave and light --- EduNetworkBuilder/NetworkBuilder.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.");