diff --git a/Styles/Thickness.xaml b/Styles/Thickness.xaml index 96ef0c9..f960830 100644 --- a/Styles/Thickness.xaml +++ b/Styles/Thickness.xaml @@ -1,6 +1,4 @@ - + 0,36,0,0 0,36,0,36 @@ -31,6 +29,6 @@ 36,24,36,0 - -12,4,0,0 - + 0,4,0,0 + diff --git a/Views/ModulePage.xaml b/Views/ModulePage.xaml index 1a27fc4..b7817b1 100644 --- a/Views/ModulePage.xaml +++ b/Views/ModulePage.xaml @@ -14,9 +14,18 @@ + + + + + + + + + - - - - - - - - diff --git a/Views/ModulePage.xaml.cs b/Views/ModulePage.xaml.cs index 87215a3..2681034 100644 --- a/Views/ModulePage.xaml.cs +++ b/Views/ModulePage.xaml.cs @@ -87,28 +87,6 @@ public sealed partial class ModulePage : Page } - /// - /// 打开模组 - /// - /// - /// - private void Button_Click(object sender, RoutedEventArgs e) - { - var button = sender as Button; - if (button != null) - { - var container = VisualTreeHelper.GetParent(button) as FrameworkElement; - if (container != null && container.DataContext is DataObject dataItem) - { - - FlyoutShowOptions myOption = new FlyoutShowOptions(); - myOption.ShowMode = FlyoutShowMode.Standard; - CommandBarFlyout1.ShowAt(button, myOption); - } - } - } - - /// /// 删除模组和文件夹 ///