コード例 #1
0
 private void btn_search_Click(object sender, EventArgs e)
 {
     var form = new SearchContacts();
     this.Hide();
     form.ShowDialog();
     this.Show();
     this.Focus();
 }
コード例 #2
0
        private void btn_search_Click(object sender, EventArgs e)
        {
            var form = new SearchContacts();

            this.Hide();
            form.ShowDialog();
            this.Show();
            this.Focus();
        }