Browse Source

whitespace

Dan Walmsley 5 năm trước cách đây
mục cha
commit
8b07ba1121
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
         }