private void cmbScratch_Click(object sender, System.EventArgs e) { frmScratch Scratch = new frmScratch(); Scratch.Visible = true; Scratch.Activate(); }
private void cmb2_Click(object sender, System.EventArgs e) { frmScratch scratch = new frmScratch(); scratch.Visible = true; scratch.Activate(); //ds.playRewind(255); //ds.playInThread(255); //cmb2.Text = ds.getSampleBytes(255).ToString(); }