Alexandria.Engines.DarkSouls.Model.BrowseContents C# (CSharp) Метод

BrowseContents() публичный Метод

Get a ModelBrowser under a bar panel.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control
        public override Control BrowseContents(Action<double> progressUpdateCallback = null)
        {
            return BrowseUnderBarPanel(progressUpdateCallback);
        }