Files
WPF_Practice/PacticeSolution/ExternalProgramBatcher/App.xaml.cs
2023-07-07 09:33:32 +09:00

18 lines
338 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace ExternalProgramBatcher
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}