- Fix Obsolete warning messages

This commit is contained in:
Stone-Red-Code
2021-10-03 18:30:33 +02:00
parent 4e5502977d
commit 77a1383e7b
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ namespace DesktopMagic
/// <summary>
/// Interaktionslogik für TimeWindow.xaml
/// </summary>
[Obsolete("Disabled due to lack of support (too much work)")]
public partial class CalendarWindow : Window
{
private RegistryKey key;
+2
View File
@@ -209,9 +209,11 @@ namespace DesktopMagic
window = new CpuUsageWindow();
break;
/*
case "CalendarCb":
window = new CalendarWindow();
break;
*/
case "MusicVisualizerCb":
window = new MusicVisualizerWindow();