Beispiel #1
0
        private void ExponentialButton_Click(object sender, EventArgs e)
        {
            Add_ExponentialFunction exp = new Add_ExponentialFunction(this);

            exp.Visible  = true;
            this.Visible = false;
        }
 private void ExponentialButton_Click(object sender, EventArgs e)
 {
     Add_ExponentialFunction exp = new Add_ExponentialFunction(this);
     exp.Visible = true;
     this.Visible = false;
 }