wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..SellGray Property

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

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

Syntax


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