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