Browse Source

whitespace

Dan Walmsley 5 years ago
parent
commit
8b07ba1121
1 changed files with 0 additions and 1 deletions
  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;
         }