private void button0_Click(object sender, EventArgs e) { double num = ar.increase(0); textBox.Text = num.ToString(); }