Exemple #1
0
        void startStreamTo()
        {
            Form streamTo = new frmStreamTo();

            streamTo.Show();
            this.Hide();
        }
Exemple #2
0
        private void btnStreamTo_Click(object sender, EventArgs e)
        {
            /*Thread th = new Thread(startStreamTo);
             * th.Start();*/

            Form streamTo = new frmStreamTo();

            streamTo.Show();
            this.Hide();
        }