private void ToRec_btn_Click(object sender, EventArgs e) { toRecognize = true; Recognize rec = new Recognize(welcomeForm); rec.Show(); this.Close(); }
private void BeginSIGNlator_btn_Click(object sender, EventArgs e) { Recognize rec = new Recognize(this); rec.Show(); this.Visible = false; // t.IsBackground = false; //System.Threading.Thread t = new System.Threading.Thread(new System.Threading.ThreadStart(ThreadProc)); //t.Start(); //t.IsBackground = false; //this.Close(); }