Exemplo n.º 1
0
        private void btnReturnCoin_Click(object sender, EventArgs e)
        {
            Form ReturnACoin = new ReturnACoin();

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