Beispiel #1
0
        private void addbond_Click(object sender, EventArgs e)
        {
            Bonds im = new Bonds(account_id);

            im.Show();
        }
Beispiel #2
0
 private void addbond_Click(object sender, EventArgs e)
 {
     Bonds im = new Bonds(account_id);
        im.Show();
 }