示例#1
0
        private void btnReturnCoin_Click(object sender, EventArgs e)
        {
            Form ReturnACoin = new ReturnACoin();

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