public void Attach(FindStringsDialog dlg)
 {
     this.dlg = dlg;
     dlg.Load += dlg_Load;
 }
 public void Attach(FindStringsDialog dlg)
 {
     this.dlg  = dlg;
     dlg.Load += dlg_Load;
 }