Files
aistudio-wpf-diagram/Others/Dragablz/DragablzDemo/App.xaml.cs

12 lines
184 B
C#
Raw Normal View History

2021-07-23 09:42:22 +08:00
using System.Windows;
namespace DragablzDemo
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}