Files
aistudio-wpf-diagram/Others/Live-Charts-master/Examples/UWP/Gauges/Gauge360.xaml.cs
2023-04-16 20:11:40 +08:00

19 lines
488 B
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
namespace UWP.Gauges
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class Gauge360
{
}
}