[성현모] JsonConvertTool 추가, 서머리 수량 버그수정

This commit is contained in:
SHM
2024-10-25 13:40:03 +09:00
parent 3c8bece6b6
commit b76569d02f
52 changed files with 1148 additions and 547 deletions

View File

@ -635,6 +635,8 @@ namespace SystemX.Net.XAdaptor.PC.UI
QT_TestListVersion_Info.Text,
QT_ProductionCode_Info.Text, false);
string strGetTestListID = ManagerAdaptor.GetTestListContainer().GetTestListCntID();
if (c2.Item2 != int.MinValue)
{
dataGridView1.DataSource = ManagerAdaptor.GetTestListDataSet().Tables[0];
@ -673,6 +675,10 @@ namespace SystemX.Net.XAdaptor.PC.UI
QT_TestCode_Info.Text,
QT_TestListVersion_Info.Text,
QT_ProductionCode_Info.Text);
string strGetTestListID = ManagerAdaptor.GetTestListContainer().GetTestListCntID();
label22.Text = ManagerAdaptor.GetTestListContainer().GetTestListCntID();
}
@ -854,7 +860,7 @@ namespace SystemX.Net.XAdaptor.PC.UI
{
if (openFileDialog.ShowDialog() == DialogResult.OK)
{
ManagerAdaptor.MgrConn.SendCustomFile(@openFileDialog.FileName);
//ManagerAdaptor.MgrConn.SendCustomFile(@openFileDialog.FileName);
}
}