Ejemplo n.º 1
0
        private void mEditFind_Click(object sender, EventArgs e)
        {
            SearchForm textfind = new SearchForm();

            textfind.Owner = this;
            textfind.Show();
        }
Ejemplo n.º 2
0
 public void Find()
 {
     sf = new SearchForm(sa, FindNext);
     sf.Show();
 }
Ejemplo n.º 3
0
 private void find_Click(object sender, EventArgs e)
 {
     searchForm.Show();
 }