Files
aistudio-wpf-diagram/gong-wpf-dragdrop/src/Showcase/App.xaml.cs
2021-07-23 09:42:22 +08:00

11 lines
192 B
C#

using System.Windows;
namespace Showcase.WPF.DragDrop
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}