private void btnReturnCoin_Click(object sender, EventArgs e)
        {
            Form ReturnACoin = new ReturnACoin();

            ReturnACoin.Show();
        }
Example #2
0
 private void btnReturnCoin_Click(object sender, EventArgs e)
 {
     Form ReturnACoin = new ReturnACoin();
      ReturnACoin.Show();
 }