mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-07 02:00:50 +08:00
18 lines
281 B
C#
18 lines
281 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace UWP.Commons
|
|
{
|
|
public enum SampleCategory
|
|
{
|
|
Information,
|
|
CartesianChart,
|
|
Gauges,
|
|
Maps,
|
|
PieChart
|
|
}
|
|
}
|