|
@@ -2,6 +2,7 @@
|
|
private Dictionary<string, List<{CfgName}>> {cfgsGroupDicName} = new Dictionary<string, List<{CfgName}>>();
|
|
private Dictionary<string, List<{CfgName}>> {cfgsGroupDicName} = new Dictionary<string, List<{CfgName}>>();
|
|
public List<{CfgName}> {FunctionName}({params})
|
|
public List<{CfgName}> {FunctionName}({params})
|
|
{
|
|
{
|
|
|
|
+ {CfgArrayName}.Instance.Init();
|
|
var colNames = new string[] { {colNames}};
|
|
var colNames = new string[] { {colNames}};
|
|
var colValues = new string[] { {colValues} };
|
|
var colValues = new string[] { {colValues} };
|
|
return ConfigUtil.GetCfgs<{CfgName}>("{CfgArrayName}", colNames, colValues, {cfgsGroupDicName});
|
|
return ConfigUtil.GetCfgs<{CfgName}>("{CfgArrayName}", colNames, colValues, {cfgsGroupDicName});
|