mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-07 10:10:49 +08:00
13 lines
256 B
C#
13 lines
256 B
C#
using System.Windows.Controls;
|
|
|
|
namespace Wpf.CartesianChart.UIElements
|
|
{
|
|
public partial class UiElementsAndEventsExample : UserControl
|
|
{
|
|
public UiElementsAndEventsExample()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|