Пример #1
0
        public FrmShowCardInfo()
        {
            InitializeComponent();

            tbOneText.Text = PubHelper.p_LangOper.GetStringBundle("PosCard_CardNum") +
                             PubHelper.ConvertCardNum_IC(PubHelper.p_BusinOper.UserCardInfo.CardNum_Show);
            tbSecondText.Text = PubHelper.p_LangOper.GetStringBundle("PosCard_BanFee") +
                                PubHelper.p_BusinOper.MoneyIntToString(PubHelper.p_BusinOper.UserCardInfo.BanFee);
            imgShowInfoBg.Source = new BitmapImage(new Uri(SkinHelper.p_SkinName + "ProductPage/ProductList/showinfo_bg.png", UriKind.RelativeOrAbsolute));
            tbNoticeInfo.Text    = PubHelper.p_LangOper.GetStringBundle("SellGoods_ShowCard_Notice");
        }