我想知道如何关闭当前C#表单并打开另一个表单的最佳方法
DetailForm df = new DetailForm(); df.Show(); this.Hide(); this.Dispose();
c# winforms
c# ×1
winforms ×1