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