mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-12 20:26:35 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user