mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-18 23:46:37 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Wpf.CartesianChart.UIElements
|
||||
{
|
||||
public partial class UiElementsAndEventsExample : UserControl
|
||||
{
|
||||
public UiElementsAndEventsExample()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user