This commit is contained in:
xyy
2026-05-06 16:41:32 +08:00
parent 11bf3f4827
commit 27aa99057f
11 changed files with 1393 additions and 300 deletions

View File

@@ -7,11 +7,6 @@ namespace TabletTester2025
public MainWindow()
{
InitializeComponent();
// 为标题栏的按钮添加 Click 事件
SettingsButton.Click += (s, e) => new SettingsWindow().ShowDialog();
HistoryButton.Click += (s, e) => new HistoryWindow().ShowDialog();
CalibrationButton.Click += (s, e) => MessageBox.Show("校准功能待实现", "提示");
}
}
}