Finds all of the forms.
Finds all of the forms.
public FormCollection FindAll();
Finds all of the forms with a specified name and returns them in a FormCollection.
public FormCollection FindAll(string);
FormFinder Class | NUnit.Extensions.Forms Namespace