This repository has been archived on 2025-10-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RDTKEditor/App.xaml.cs
T
2025-02-26 10:55:02 +08:00

15 lines
230 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace RDTKEditor
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}