public void returnToSearchForm(MySearchList MSL, String S) { SearchForm fs = new SearchForm(this); fs.setString(S); MSL.Hide(); fs.Show(); }
public void returnToInputs(MySearchList MSL, string S) { InputsForm fm = new InputsForm(this); fm.setLabel(S); MSL.Hide(); fm.Show(); }