Example #1
0
        private void buttonAddFuturesAccount_Click(object sender, EventArgs e)
        {
            FormAddFuturesAccount fafa = new FormAddFuturesAccount(this);

            fafa.ShowDialog();
        }
Example #2
0
 private void buttonAddFuturesAccount_Click(object sender, EventArgs e)
 {
     FormAddFuturesAccount fafa = new FormAddFuturesAccount(this);
     fafa.ShowDialog();
 }