11 lines
172 B
C#
11 lines
172 B
C#
namespace Common.UI.Pages
|
|
{
|
|
using System.Windows.Controls;
|
|
|
|
|
|
public partial class Home : Page
|
|
{
|
|
public Home() => this.InitializeComponent();
|
|
}
|
|
}
|