wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..SellGreen Property

Sell all green items (you need to activate option Selling).

Namespace:  wManager
Assembly:  wManager (in wManager.dll)

Syntax


public bool SellGreen { get; set; }
Public Property SellGreen As Boolean
	Get
	Set
public:
property bool^ SellGreen {
	bool^ get ();
	void set (bool^ value);
}