This commit is contained in:
2023-06-27 14:06:37 +09:00
parent 5a55141ab4
commit 777cc3c474
18 changed files with 471 additions and 9 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace ImageLoader
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}