mirror of
https://github.com/WinDurango/WinDurango.UI.git
synced 2026-01-31 00:55:24 +01:00
13 lines
235 B
C#
13 lines
235 B
C#
using Microsoft.UI.Xaml.Controls;
|
|
|
|
namespace WinDurango.UI.Pages
|
|
{
|
|
public sealed partial class NotImplementedPage : Page
|
|
{
|
|
public NotImplementedPage()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
}
|