Пример #1
0
        private void btnSearch_Click(object sender, EventArgs e)
        {
            // Create an instance of a form
            PersonSearch temp = new PersonSearch();

            // Make it visible/active
            temp.ShowDialog();
        }
Пример #2
0
        private void btnSearch_Click(object sender, EventArgs e)
        {
            PersonSearch temp = new PersonSearch();

            temp.ShowDialog();
        }