12 lines
173 B
C#
12 lines
173 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace BetterSeewoManager.Pages;
|
||
|
|
|
||
|
|
public partial class InkPage : Page
|
||
|
|
{
|
||
|
|
public InkPage()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|