[성현모] JsonConvertTool 추가, 서머리 수량 버그수정
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user