public AddPaperPage()
 {
     _mIntScoreOld    = 0;
     _mIntQuestionNum = 0;
     _mAddPaperInfo   = S3602App.GPaperInfo;
     InitializeComponent();
     Loaded += UCCustomSetting_Loaded;
 }
Exemple #2
0
 public TestPaperPage()
 {
     _mlPaperQuestionParams    = new List <CPaperQuestionParam>();
     _mlToFPaperQuestionParams = new List <CPaperQuestionParam>();
     _mlScPaperQuestionParams  = new List <CPaperQuestionParam>();
     _mlMcPaperQuestionParams  = new List <CPaperQuestionParam>();
     _mPaperInfo = S3602App.GPaperInfo;
     InitializeComponent();
     this.Loaded += UCCustomSetting_Loaded;
 }