void startStreamFrom() { Form streamFrom = new frmStreamFrom(); streamFrom.Show(); this.Hide(); }
private void btnStreamFrom_Click(object sender, EventArgs e) { /*Thread th = new Thread(startStreamFrom); * th.Start();*/ Form streamFrom = new frmStreamFrom(); streamFrom.Show(); this.Hide(); }