フォームの再描画 this.Invalidate(); フォームの開放(終了) this.Dispose(); 子フォームの表示(モーダル) .ShowDialog(this); 子フォームの表示(モードレス) .Show();