mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-08 02:30:51 +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();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|