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