数据输入窗体及相关代码

This commit is contained in:
2026-06-16 11:04:45 +08:00 Unverified
parent ae55eaad44
commit 5cfb336f46
5 changed files with 196 additions and 18 deletions
+4 -1
View File
@@ -277,14 +277,17 @@ namespace kcsj.Forms
}
// 把数据交给主窗体
DataStore.SetData(knownPoints, observations, "文件导入");
ImportedKnownPoints = knownPoints;
ImportedObservations = observations;
MessageBox.Show("数据导入成功!");
LogService.AddLog("数据导入成功!");
LogService.AddLog("文件数据导入成功!");
this.DialogResult = DialogResult.OK;
this.Close();
}
catch (Exception ex)
{