PKStudio.PortingKitWrapper.OnLoadInventoryComplete C# (CSharp) Method

OnLoadInventoryComplete() private method

private OnLoadInventoryComplete ( ) : void
return void
        private void OnLoadInventoryComplete()
        {
            if (LoadInventoryAsyncCompleteEvent != null)
            {
                LoadInventoryAsyncCompleteEvent(this, EventArgs.Empty);
            }
        }
PortingKitWrapper