wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..SellWhite Property

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

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

Syntax


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