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/LogIn.xaml Normal file
View File

@@ -0,0 +1,12 @@
<Window x:Class="ShadowStream.LogIn"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ShadowStream"
mc:Ignorable="d"
Title="LogIn" Height="450" Width="800">
<Grid>
</Grid>
</Window>