示例#1
0
 static public void IntegralAnswerGraphicallyWittenFx(AddToTree.Tree Dummy, UknownIntegralSolver UIS)
 {
     IntegralAnswerAdding.IntegralAnswerAddingFx(Dummy);
     //System.Windows.Forms.MessageBox.Show("2-The answer Added");
     IntegralAnswerGraphicallyWitten.IntegralAnswerGraphicallyWittenActionFx(UIS);
     Written.ShowDialog();
 }
示例#2
0
 private void DrawIntegralAnswer(AddToTree.Tree DummyAnswer)
 {
     //   System.Windows.Forms.MessageBox.Show("1-The answer is ready");
     IntegralAnswerGraphicallyWitten.IntegralAnswerGraphicallyWittenFx(DummyAnswer, this);
 }