mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
- Fix Obsolete warning messages
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -209,9 +209,11 @@ namespace DesktopMagic
|
||||
window = new CpuUsageWindow();
|
||||
break;
|
||||
|
||||
/*
|
||||
case "CalendarCb":
|
||||
window = new CalendarWindow();
|
||||
break;
|
||||
*/
|
||||
|
||||
case "MusicVisualizerCb":
|
||||
window = new MusicVisualizerWindow();
|
||||
|
||||
Reference in New Issue
Block a user