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