Com.Aote.ObjectTools.ICCardObj.ICCardObj C# (CSharp) Method

ICCardObj() public method

public ICCardObj ( ) : System
return System
        public ICCardObj()
        {
            //读卡
            //ReadCard();


            //售气
            //Gas = 20;
            //BuyTimes = 2;
            //SellDate = "2011-11-11";
            //FactoryId = 14;
            //PriceNow = 1.98;
            //PriceNew = 1.98;
            //PriceDate = "2011-11-11";
            //Money = 100;
            //BuyTimes = 5;
            //SellGas();

            //发初始化卡
            //CardId = "0023333333";
            //Alarm = 10;
            //UserClass = "民用";
            //MeterType = 4;
            //Amount = 20;
            //ReInitCard();


            //补卡
            //CardId = "0021234567";
            //MeterType = 4;
            //MakeUp();

            //撤销
            //CardId = "0021111111";
            //Gas = 10;
            //ReturnGas();
        }