mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
项目结构调整
This commit is contained in:
17
Others/Dragablz/DragablzDemo/BasicExampleMainWindow.xaml.cs
Normal file
17
Others/Dragablz/DragablzDemo/BasicExampleMainWindow.xaml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace DragablzDemo
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for BasicExampleMainWindow.xaml
|
||||
/// </summary>
|
||||
public partial class BasicExampleMainWindow : Window
|
||||
{
|
||||
public BasicExampleMainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
DataContext = new BasicExampleMainModel();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user