Esempio n. 1
0
        private void metroButton5_Click(object sender, EventArgs e)
        {
            string Waletname = txtWalletName.Text.Trim();



            Crypto newcryp = new Crypto(txtWalletName.Text, txtWalletCode.Text, float.Parse(txtWalletAmount.Text), "", user.RsaID);

            CryptoController.UpateUserCrypto(newcryp);
        }