public void openChildForm() { fuzzymatchesForm = new fuzzymatches(this); fuzzymatchesForm.MdiParent = this; fuzzymatchesForm.Show(); dictionaryForm = new dictionary(this); dictionaryForm.MdiParent = this; dictionaryForm.Show(); }
public void openChildForm() { fuzzymatchesForm = new fuzzymatches(); fuzzymatchesForm.MdiParent = this; fuzzymatchesForm.Show(); }