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
 static public void IntegralAnswerAddingFx(AddToTree.Tree Dummy)
 {
     IntegralAnswerAdding.IntegralAnswerAddingActionFx(Dummy);
 }