Пример #1
0
        public CustomInformationDialog(IHelpContent helpContent)
        {
            InitializeComponent();

            HelpDialogTitle.Text = helpContent.Title;
            HelpContent.Text     = helpContent.Content;
        }
 public HelpContentController(IOptions <AppSettings> appSettings, IHelpContent _helpContentMaster)
 {
     _appSettings      = appSettings.Value;
     helpContentMaster = _helpContentMaster;
 }