mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-15 13:46:35 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Showcase.WPF.DragDrop.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for ListViewSample.xaml
|
||||
/// </summary>
|
||||
public partial class ListViewSamples : UserControl
|
||||
{
|
||||
public ListViewSamples()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user