Initial commit

This commit is contained in:
Laurent
2026-02-16 20:58:05 +01:00
parent 84219933c5
commit 663302c5b1
9 changed files with 159 additions and 91 deletions

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

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