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