9 lines
92 B
C#
9 lines
92 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Chart
|
|
{
|
|
public class Pie2DChart : PieChart
|
|
{
|
|
}
|
|
}
|