From 4091b24f63f65dbc2746b22b3692d6411bdc36b8 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Thu, 13 Jan 2022 00:08:48 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32736 --- client/DxPlay/PlayerForm.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/DxPlay/PlayerForm.cs b/client/DxPlay/PlayerForm.cs index 4265ff76..b39ed2e3 100644 --- a/client/DxPlay/PlayerForm.cs +++ b/client/DxPlay/PlayerForm.cs @@ -642,15 +642,12 @@ namespace DxPlay if (m_play != null && true.Equals(Settings?.Player?.AutoStart)) m_play.Play(); } - private void PlayerForm_FormClosed(object sender, FormClosedEventArgs e) { InterceptKeys.Stop(); if (m_play != null) m_play.Dispose(); } - - private void menuOpenFile_Click(object sender, EventArgs e) { openFileDialogOpened = true; -- 2.54.0