Exemplo n.º 1
0
        private void cancel_btn_Click(object sender, EventArgs e)
        {
            search temp = new search();

            temp.Show();
            this.Close();
        }
Exemplo n.º 2
0
        private void search_btn_Click(object sender, EventArgs e)
        {
            search temp = new search();

            temp.Show();
        }