diff --git a/Views/MainWindow.xaml.cs b/Views/MainWindow.xaml.cs index 465647b..6b06c25 100644 --- a/Views/MainWindow.xaml.cs +++ b/Views/MainWindow.xaml.cs @@ -43,17 +43,5 @@ namespace TabletTester2025 } - // 梁杆下降按钮(示例) - private void btnDown_Click(object sender, RoutedEventArgs e) - { - - } - - // 打印按钮(示例) - private void btnPrint_Click(object sender, RoutedEventArgs e) - { - - } - } } \ No newline at end of file