This commit is contained in:
Frank Skare
2019-03-25 23:25:51 +01:00
parent 07b6d4379e
commit 77ba7f105c
22 changed files with 114 additions and 207 deletions

View File

@@ -1,5 +1,4 @@
using DynamicGUI;
using System.Windows.Controls;
using System.Windows.Controls;
namespace DynamicGUI
{
@@ -14,6 +13,7 @@ namespace DynamicGUI
TitleTextBox.Text = optionSetting.Name;
HelpTextBox.Text = optionSetting.Help;
ItemsControl.ItemsSource = optionSetting.Options;
Link.SetURL(optionSetting.HelpURL);
}
private string _SearchableText;