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

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