Beispiel #1
0
        private void btnRunCoinSnapshot_Click(object sender, EventArgs e)
        {
            btnRunCoinSnapshot.Text  = txtTargetCoinList.Text;
            Program.Context.MainForm = this;
            frmCryptoCompare frm = new frmCryptoCompare();

            frm.Show(this);
            btnRunCoinSnapshot.Text = "Get Coin Snapshot Info";
        }
Beispiel #2
0
        private void btnCryptoCompare_Click(object sender, EventArgs e)
        {
            frmCryptoCompare frm = new frmCryptoCompare();

            frm.Show(this);
        }