cleanup unused code

This commit is contained in:
Vova
2024-01-21 07:44:19 +02:00
parent 7ad95d9754
commit 61eb987642
6 changed files with 118 additions and 21 deletions
+7 -4
View File
@@ -1,7 +1,4 @@
using DirectShowLib.BDA;
using System.Configuration;
using System.Data;
using System.Windows;
using System.Windows;
using TV_Player.ViewModels;
namespace TV_Player
@@ -18,5 +15,11 @@ namespace TV_Player
base.OnStartup(e);
}
protected override void OnExit(ExitEventArgs e)
{
_tvPlayer = null;
base.OnExit(e);
}
}
}