Add one FormCollection to another. Combines them into one collection.
Add one FormCollection to another. Combines them into one collection.
public void Add(FormCollection);
Add a Form to the collection.
public void Add(Form);
FormCollection Class | NUnit.Extensions.Forms Namespace