This commit is contained in:
wxt
2026-01-31 15:36:02 +08:00
parent b4bcf4e84d
commit 42bfd96161
4 changed files with 35 additions and 8 deletions

View File

@@ -1540,11 +1540,17 @@ namespace 建材不燃性试验炉
#endregion
#region
#region
private CofficientSetting _cofficientSetting;
private TestReportWindow _testReportWindow;
private DispatcherTimer _longPressTimer;
private void Button_Click(object sender, RoutedEventArgs e)
{
SwitchWindow(ref _testReportWindow, () => new TestReportWindow());
}
private void btnCoefficient_PreviewMouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
{
// 启动长按计时器1秒
@@ -1596,6 +1602,7 @@ namespace 建材不燃性试验炉
#endregion