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.
我正在做我的项目。基本上我现在有 3 个表格我想做以下步骤
请帮助问候哈马德
单程...
// ... in Form1 ... Form2 f2 = new Form2(); f2.ShowDialog(); // code stops here until "f2" is closed Form3 f3 = new Form3(); f3.Show();