mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-27 11:43:24 +08:00
15 lines
315 B
C#
15 lines
315 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Showcase.WPF.DragDrop.Views
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for ListBoxSample.xaml
|
|
/// </summary>
|
|
public partial class ListBoxSamples : UserControl
|
|
{
|
|
public ListBoxSamples()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |