void amNextBtn_MouseUp(object sender, MouseButtonEventArgs e) { BoardInstructionEquationPractise biep = new BoardInstructionEquationPractise(mBasePage); biep.label3.Content = "看好了"; mBasePage.ShowBoard(biep); }
public void ShowInstructionEquationPrac() { ProgressReturn(); mStage = Stage.InterPrac; if (ARCTYPE == SECOND_ARCHI_TYPE.OPSPAN) { BoardInstructionEquationPractise biep = new BoardInstructionEquationPractise(this); ShowBoard(biep); } else if (ARCTYPE == SECOND_ARCHI_TYPE.SYMMSPAN) { ShowSymmInst0(); } }