コード例 #1
0
ファイル: SocketLib.cs プロジェクト: longtm23/KeyBoard
 private void addDicSrcCounter(List <Service> lstServices, List <Counter> lstCounters, string langCd)
 {
     dicAllServices = socController.setDicServices(lstServices, dicAllServices, langCd);
     dicAllCounters = socController.setDicCounters(lstCounters, dicAllCounters, langCd);
 }