public void CreateWhatsNewSettingItem() { _settingsContainer.AddView( CreateSettingRow(this, "Show What's New", null, (sender, args) => WhatsNewDialog.Create(this))); _settingsContainer.AddView(CreateSettingDivider(this)); }
public void DisplayWhatsNewDialog() { WhatsNewDialog.Create(this); }