8 lines
154 B
C#
8 lines
154 B
C#
|
using XCharts.Runtime;
|
||
|
|
||
|
namespace XCharts.Editor
|
||
|
{
|
||
|
public class MainComponentEditor<T> : MainComponentBaseEditor
|
||
|
where T : MainComponent
|
||
|
{ }
|
||
|
}
|