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