comment out wireless devices for showing off - they do not work all the way yet.

This commit is contained in:
Tim Young 2015-08-12 19:51:09 -06:00
parent 8b54d92b1e
commit 5bfe1b5477

View File

@ -282,10 +282,10 @@ 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("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.");
BuildButton("btnWRepeater", Properties.Resources.WRepeater, "Add a Wireless Repeater 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.");
//BuildButton("btnWRepeater", Properties.Resources.WRepeater, "Add a Wireless Repeater to the network.");
BuildButton("btnLink", Properties.Resources.link, "Use a network cable to connect network components.");
BuildButton("btnSelect", Properties.Resources.select, "Select items from the network.");
}