Added main structure

This commit is contained in:
Laurent
2026-02-16 22:44:44 +01:00
parent 663302c5b1
commit be6de65f85
10 changed files with 176 additions and 37 deletions

View File

@@ -1,8 +1,7 @@
<Application x:Class="GifResizer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:GifResizer"
StartupUri="MainWindow.xaml">
xmlns:local="clr-namespace:GifResizer">
<Application.Resources>
</Application.Resources>