PKStudio.PortingKitWrapper.LoadInventoryAsync C# (CSharp) Method

LoadInventoryAsync() public method

Async loading of Inventory
public LoadInventoryAsync ( ) : void
return void
        public void LoadInventoryAsync()
        {
            this.m_worker.RunWorkerAsync(BackgroundWorkerType.LoadInventory);
        }
PortingKitWrapper