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