Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个主表格。单击主窗体上的按钮后,我希望打开另一个预先存在的窗体。我已经对其进行了安排,因此在最初运行程序时不会打开预先存在的表单。
Form2 newForm = new Form2(); newForm.Show();