VPet.ModMaker/VPet.Plugin.ModMaker/App.xaml.cs
2023-08-17 03:01:43 +08:00

16 lines
328 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 VPet.Plugin.ModMaker
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application { }
}