BBM.RemoteWidget.RemoteWidgetController.LoadWidgets C# (CSharp) Method

LoadWidgets() public method

public LoadWidgets ( ) : void
return void
        public void LoadWidgets()
        {
            LoadWidgets(false);
        }

Same methods

RemoteWidgetController::LoadWidgets ( bool exclude_unless_post ) : void