This commit is contained in:
@@ -494,12 +494,12 @@ namespace 全自动水压检测仪
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void ExportReport()
|
private void ExportReport()
|
||||||
{
|
{
|
||||||
if (CurrentReport == null || CurrentReport.Count == 0)
|
//if (CurrentReport == null || CurrentReport.Count == 0)
|
||||||
{
|
//{
|
||||||
MessageBox.Show("没有数据可以导出", "提示",
|
// MessageBox.Show("没有数据可以导出", "提示",
|
||||||
MessageBoxButtons.OK, MessageBoxIcon.Information);
|
// MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
return;
|
// return;
|
||||||
}
|
//}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user