From f7ddae093eb2642ce699c95fc05989d7aaa49970 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 10 Nov 2015 20:28:58 -0500 Subject: [PATCH] Add generic category window to WPF library --- Common.Wpf.csproj | 10 +++ Extensions/IconExtensions.cs | 30 +++++++++ Windows/CategoryPanel.cs | 27 ++++++++ Windows/CategoryWindow.xaml | 36 +++++++++++ Windows/CategoryWindow.xaml.cs | 113 +++++++++++++++++++++++++++++++++ 5 files changed, 216 insertions(+) create mode 100644 Extensions/IconExtensions.cs create mode 100644 Windows/CategoryPanel.cs create mode 100644 Windows/CategoryWindow.xaml create mode 100644 Windows/CategoryWindow.xaml.cs diff --git a/Common.Wpf.csproj b/Common.Wpf.csproj index f204562..f7ff786 100644 --- a/Common.Wpf.csproj +++ b/Common.Wpf.csproj @@ -158,6 +158,7 @@ + @@ -195,6 +196,10 @@ + + + CategoryWindow.xaml + @@ -230,6 +235,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + @@ -257,6 +266,7 @@ +