public void displayForm(DB db) { eForm = new Small_Forms.ExcludedItemsForm(this,db); eForm.Show(); }
private void init(System.Object sender, System.EventArgs e) { // Parts of the init that are expected to take some time ex = new ExcludedItems(); db = new DB(); }