Files
aistudio-wpf-diagram/Live-Charts-master/Examples/UWP/Gauges/Gauge360.xaml.cs
2021-07-23 09:42:22 +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
{
}
}