mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-10 19:26:38 +08:00
11 lines
155 B
C#
11 lines
155 B
C#
namespace Wpf.Gauges
|
|
{
|
|
public partial class Gauge360
|
|
{
|
|
public Gauge360()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|