Dan Walmsley vor 5 Jahren
Ursprung
Commit
8b07ba1121
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      samples/ControlCatalog/MainWindow.xaml.cs

+ 0 - 1
samples/ControlCatalog/MainWindow.xaml.cs

@@ -28,7 +28,6 @@ namespace ControlCatalog
 
             DataContext = new MainWindowViewModel(_notificationArea);
             _recentMenu = ((NativeMenu.GetMenu(this).Items[0] as NativeMenuItem).Menu.Items[2] as NativeMenuItem).Menu;
-
             var mainMenu = this.FindControl<Menu>("MainMenu");
             mainMenu.AttachedToVisualTree += MenuAttached;
         }