You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// IntelligentPlanning.ConfigurationStatus.FNGDQM
using System;
using System.Collections.Generic;
public List<string> GetBetsCode(List<OpenData> pDataList, int pIndex)
{
List<string> result = new List<string>();
OpenData openData = pDataList[pIndex];
foreach (KMTM gDQMInfo in GDQMInfoList)
{
int num = 0;
while (num < gDQMInfo.KMTMTypeList.Count)
{
int item = Convert.ToInt32(openData.CodeList[gDQMInfo.KMTMTypeList[num]]);
if (!gDQMInfo.KMTMCodeList.Contains(item))
{
num++;
continue;
}
DMLH kMTMValueInfo = gDQMInfo.KMTMValueInfo;
result = Class0.smethod_71(kMTMValueInfo.NumberList);
goto end_IL_001a;
}
}
return result;
}
The text was updated successfully, but these errors were encountered:
1.zip
The text was updated successfully, but these errors were encountered: