Files
aistudio-wpf-diagram/Live-Charts-master/Examples/Wpf/CartesianChart/UIElements/UiElementsAndEventsExample.xaml.cs
2021-07-23 09:42:22 +08:00

13 lines
256 B
C#

using System.Windows.Controls;
namespace Wpf.CartesianChart.UIElements
{
public partial class UiElementsAndEventsExample : UserControl
{
public UiElementsAndEventsExample()
{
InitializeComponent();
}
}
}