diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs
index 2211234..8b5504e 100644
--- a/AssemblyInfo.cs
+++ b/AssemblyInfo.cs
@@ -1,6 +1,6 @@
using System.Windows;
-[assembly:ThemeInfo(
+[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
diff --git a/DropDownButtonBehavior.cs b/DropDownButtonBehavior.cs
index 81812b6..f7aa33c 100644
--- a/DropDownButtonBehavior.cs
+++ b/DropDownButtonBehavior.cs
@@ -40,7 +40,7 @@ void AssociatedObject_Click(object sender, System.Windows.RoutedEventArgs e)
source.ContextMenu.IsOpen = true;
isContextMenuOpen = true;
}
- }
+ }
}
protected override void OnDetaching()
diff --git a/MainWindow.xaml b/MainWindow.xaml
index 9719380..2205356 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -46,152 +46,163 @@
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 24e2329..2332114 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -20,7 +20,9 @@ namespace cactpot_gui
///
public partial class MainWindow : Window
{
- Dictionary> _winningIdToInfo;
+ HashSet