From 0c2cced984b2af3c4db688795ae8ba86b771935d Mon Sep 17 00:00:00 2001 From: Elaviers Date: Sun, 28 Apr 2019 22:20:17 -0700 Subject: [PATCH] Add Profile System --- GCManager/GCManager.csproj | 22 +++ GCManager/MainWindow.xaml | 12 +- GCManager/MainWindow.xaml.cs | 9 ++ GCManager/ManagerInfo.cs | 14 +- GCManager/Mod.cs | 29 +++- GCManager/ModManager.cs | 21 ++- GCManager/Profile.cs | 60 ++++++++ GCManager/ProfileCreateWindow.xaml | 16 ++ GCManager/ProfileCreateWindow.xaml.cs | 39 +++++ GCManager/ProfileLoadWindow.xaml | 17 +++ GCManager/ProfileLoadWindow.xaml.cs | 42 ++++++ GCManager/ProfileManager.xaml | 42 ++++++ GCManager/ProfileManager.xaml.cs | 203 ++++++++++++++++++++++++++ 13 files changed, 501 insertions(+), 25 deletions(-) create mode 100644 GCManager/Profile.cs create mode 100644 GCManager/ProfileCreateWindow.xaml create mode 100644 GCManager/ProfileCreateWindow.xaml.cs create mode 100644 GCManager/ProfileLoadWindow.xaml create mode 100644 GCManager/ProfileLoadWindow.xaml.cs create mode 100644 GCManager/ProfileManager.xaml create mode 100644 GCManager/ProfileManager.xaml.cs diff --git a/GCManager/GCManager.csproj b/GCManager/GCManager.csproj index 7e14e1b..5b2149a 100644 --- a/GCManager/GCManager.csproj +++ b/GCManager/GCManager.csproj @@ -81,6 +81,7 @@ MSBuild:Compile Designer + JobEntry.xaml @@ -96,6 +97,15 @@ + + ProfileLoadWindow.xaml + + + ProfileManager.xaml + + + ProfileCreateWindow.xaml + @@ -126,6 +136,18 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + diff --git a/GCManager/MainWindow.xaml b/GCManager/MainWindow.xaml index 1356869..60d9969 100644 --- a/GCManager/MainWindow.xaml +++ b/GCManager/MainWindow.xaml @@ -29,7 +29,7 @@ - + @@ -56,11 +56,13 @@ + -