uncomment wireless devices so we can add them to the network
This commit is contained in:
parent
322b14a608
commit
0f131e36cb
@ -284,10 +284,10 @@ namespace EduNetworkBuilder
|
||||
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("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.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user