コード例 #1
0
 private void calculateButton_Click(object sender, EventArgs e)
 {
     presenter.ApproximatePi(scenarioCountTextBox.Text);
 }