0

現在の C# フォームを閉じて別のフォームを開く最良の方法を知りたい

DetailForm df = new DetailForm();
df.Show();
this.Hide();
this.Dispose();
4

1 に答える 1