Exemple #1
0
        private void loadPractiseChar()
        {
            OrganizerPractiseChar opc = new OrganizerPractiseChar(this);

            mCurrentStatus = PageAttr.practiseEquation;
            opc.mfNext();

            mRecorder.mPracOrderAnswers     = opc.mAnswers;
            mRecorder.mPracOrderCorrectness = opc.mCorrectness;
            mRecorder.mPracOrderRealOrder   = opc.mRealOrder;
            mRecorder.mPracOrderRTs         = opc.mRTs;
        }