diff --git a/MainWindow.xaml b/MainWindow.xaml index 2db6f39..16c0ada 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -97,7 +97,7 @@ - + diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 7fde9b7..915daa3 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -90,7 +90,10 @@ namespace SunlightCentralizedControlManagement_SCCM_ { Picture.Content = new View.CurveView(); } - + private void ListViewItem_Programgroup(object sender, MouseButtonEventArgs e) + { + Picture.Content = new View.ProgramgroupView(); + } private void Buttonhelp_Click(object sender, RoutedEventArgs e) { WindowsView.Help help_page = new WindowsView.Help(); diff --git a/SunlightCentralizedControlManagement_SCCM_.csproj b/SunlightCentralizedControlManagement_SCCM_.csproj index 2dfb8e4..018a0b5 100644 --- a/SunlightCentralizedControlManagement_SCCM_.csproj +++ b/SunlightCentralizedControlManagement_SCCM_.csproj @@ -110,6 +110,9 @@ MonitorView.xaml + + ProgramgroupView.xaml + RoilingTextBlock.xaml @@ -153,6 +156,10 @@ Designer MSBuild:Compile + + MSBuild:Compile + Designer + Designer MSBuild:Compile diff --git a/View/ProgramgroupView.xaml b/View/ProgramgroupView.xaml new file mode 100644 index 0000000..efe33ec --- /dev/null +++ b/View/ProgramgroupView.xaml @@ -0,0 +1,64 @@ + + + +