public void ShowFind() { FindForm findForm = new FindForm(); if (this.Finder == null) { this.Finder = new TextFinder(this); } if (listSearch == null) { listSearch = new List <string>(); } findForm.Init(this.Finder, listSearch); findForm.Show(this); }
public void ShowFind() { FindForm findForm = new FindForm(); if (this.Finder == null) this.Finder = new TextFinder(this); if (listSearch == null) listSearch = new List<string>(); findForm.Init(this.Finder, listSearch); findForm.Show(this); }