[성현모] JsonConvertTool 추가, 서머리 수량 버그수정
This commit is contained in:
@ -30,7 +30,7 @@ namespace SystemX.Net.XAdaptor.Manager
|
||||
public XAdaptorManager(string strConfigFilePos = "")
|
||||
{
|
||||
MessageOutput.ConsoleWrite(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss>>") +
|
||||
@"Use CP-Server[X] Adaptor Version for [CPXV2][v240529] " +
|
||||
@"Use CP-Server[X] Adaptor Version for [CPXV2][v240829] " +
|
||||
"[SystemX.Net.XAdaptor.Manager : XAdaptorManager]", ConsoleColor.Green, LogMessageLevel.FATAL);
|
||||
|
||||
strCreateConfigFilePos = string.Empty;
|
||||
@ -144,6 +144,8 @@ namespace SystemX.Net.XAdaptor.Manager
|
||||
|
||||
public IControlTestListDataSet GetTestListContainer()
|
||||
{
|
||||
//string v = (xAdaptor.CurrentTestList() as TProdTestListInfo).GetTestListCntID();
|
||||
|
||||
return xAdaptor.CurrentTestList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user