我不能重现你的代码,我是这样写的: private void treeView1_AfterSelect(object sender, TreeViewEventArgs e) { Form2 frm = new Form2(); frm.Show(); }
每次都能显示新新窗体。