コード例 #1
0
ファイル: Localizer.cs プロジェクト: 5509850/baumax
 private string GetDefaultValue(int idx)
 {
     return(DefaultDiction.Item(idx));
 }