RobotNet/RobotNet.WebApp/Charts/Models/PolarAreaChart/PolarAreaChartPlugins.cs
2025-10-15 15:15:53 +07:00

8 lines
167 B
C#

using RobotNet.WebApp.Charts.Models.Common.Plugins;
namespace RobotNet.WebApp.Charts.Models.PolarAreaChart;
public class PolarAreaChartPlugins : ChartPlugins
{
}