mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-28 04:03:23 +08:00
添加项目文件。
This commit is contained in:
15
gong-wpf-dragdrop/src/Showcase/Views/ListBoxSamples.xaml.cs
Normal file
15
gong-wpf-dragdrop/src/Showcase/Views/ListBoxSamples.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Showcase.WPF.DragDrop.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for ListBoxSample.xaml
|
||||
/// </summary>
|
||||
public partial class ListBoxSamples : UserControl
|
||||
{
|
||||
public ListBoxSamples()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user