Exemplo n.º 1
0
        public void openChildForm()
        {
            fuzzymatchesForm           = new fuzzymatches(this);
            fuzzymatchesForm.MdiParent = this;
            fuzzymatchesForm.Show();

            dictionaryForm           = new dictionary(this);
            dictionaryForm.MdiParent = this;
            dictionaryForm.Show();
        }
Exemplo n.º 2
0
 public void openChildForm()
 {
     fuzzymatchesForm           = new fuzzymatches();
     fuzzymatchesForm.MdiParent = this;
     fuzzymatchesForm.Show();
 }