DicomServer/Universal/SimpleViewer.Universal/MainPage.xaml.cs
2024-12-13 10:06:20 +08:00

18 lines
437 B
C#

using Windows.UI.Xaml.Controls;
// The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
namespace SimpleViewer.Universal
{
/// <summary>
/// An empty page that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class MainPage : Page
{
public MainPage()
{
InitializeComponent();
}
}
}