aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MultiPieChartBrushCollection.cs
blob: 0d8c754f7d8134b693f785f2ba0a86e6c5522790 (plain)
1
2
3
4
5
6
7
8
9
using System.Collections.Generic;
using System.Windows.Media;

namespace Tango.PPC.Common.Controls
{
	public class MultiPieChartBrushCollection : List<Brush>
	{
	}
}