mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-06-07 18:38:21 +08:00
12 lines
184 B
C#
12 lines
184 B
C#
|
|
using System.Windows;
|
||
|
|
|
||
|
|
namespace DragablzDemo
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// Interaction logic for App.xaml
|
||
|
|
/// </summary>
|
||
|
|
public partial class App : Application
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|