mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 12:40:12 +00:00
8 lines
154 B
C#
8 lines
154 B
C#
using XCharts.Runtime;
|
|
|
|
namespace XCharts.Editor
|
|
{
|
|
public class MainComponentEditor<T> : MainComponentBaseEditor
|
|
where T : MainComponent
|
|
{ }
|
|
} |