mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
13 lines
351 B
C#
13 lines
351 B
C#
/******************************************/
|
|
/* */
|
|
/* Copyright (c) 2018 monitor1394 */
|
|
/* https://github.com/monitor1394 */
|
|
/* */
|
|
/******************************************/
|
|
|
|
namespace XCharts
|
|
{
|
|
public class SubComponent : ChartComponent
|
|
{
|
|
}
|
|
} |