Table of Contents

Method AddDefaultItems

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddDefaultItems()

Called from the constructor. You can override this method in order to add default items. Use AddGroup(string) and Add(string, Func<Window>) inside this method for adding the default items.

protected virtual void AddDefaultItems()