/// <summary> /// ウインドウ非表示 /// </summary> private void DelImageWindow() { if (NowImageWindow != null) { NowImageWindow.CloseWindow(); } }