コード例 #1
0
ファイル: ProductType.cs プロジェクト: qpidthc/QPID
        public static NameValueCollection GetRewardType(THC_Library.Language.Lan_Zone lan)
        {
            short index = (short)lan;

            return(rwdTypes[index]);
        }
コード例 #2
0
ファイル: ProductType.cs プロジェクト: qpidthc/QPID
        public static NameValueCollection GetProductType(THC_Library.Language.Lan_Zone lan)
        {
            short index = (short)lan;

            return(proTypes[index]);
        }