瀏覽代碼

whitespace

Dan Walmsley 5 年之前
父節點
當前提交
8b07ba1121
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;
         }