Exemplo n.º 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();
 }
Exemplo n.º 2
0
 private void DrawIntegralAnswer(AddToTree.Tree DummyAnswer)
 {
     //   System.Windows.Forms.MessageBox.Show("1-The answer is ready");
     IntegralAnswerGraphicallyWitten.IntegralAnswerGraphicallyWittenFx(DummyAnswer, this);
 }