更新
This commit is contained in:
@@ -233,6 +233,13 @@ namespace 自救器呼吸器综合检验仪
|
||||
|
||||
private void BtnPrint_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (_records == null || _records.Count == 0)
|
||||
{
|
||||
MessageBox.Show("无数据,不可打印", "提示",
|
||||
MessageBoxButton.OK, MessageBoxImage.Information);
|
||||
return;
|
||||
}
|
||||
|
||||
ma.BtnClickFunctionForNew(Function.ButtonType.切换型, 15);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user