Exemplo n.º 1
0
 private void withdraw_Click(object sender, EventArgs e)
 {
     facade.WithdrawAmount(Convert.ToDouble(value.Text));
 }