Initial commit: Add ShadowStream media application with file scanning and classification

This commit is contained in:
unknown
2025-05-23 20:17:46 +02:00
commit 323fc9e120
955 changed files with 25791 additions and 0 deletions

12
ShadowStream/App.xaml.cs Normal file
View File

@@ -0,0 +1,12 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace ModuleManager;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}