Inheritance: IDisposable
Example #1
0
        public Suica()
        {
            mIdent       = "Suica";
            mAccountName    = "Suica";

            mSystemCode  = (int)SystemCode.Suica;
            mServiceCode = 0x090f;       // 履歴エリアのサービスコード
            mNeedReverse = true;
            mNeedCalcValue = true;

            stCode = new StationCode();
        }
Example #2
0
        public Suica()
        {
            mIdent       = "Suica";
            mAccountName = "Suica";

            mSystemCode    = (int)SystemCode.Suica;
            mServiceCode   = 0x090f;     // 履歴エリアのサービスコード
            mNeedReverse   = true;
            mNeedCalcValue = true;

            stCode = new StationCode();
        }