13 строки
230 B
Puppet
13 строки
230 B
Puppet
|
using MvvmCross.Platforms.Uap.Views;
|
||
|
|
||
|
namespace $rootnamespace$.Views
|
||
|
{
|
||
|
public sealed partial class HomeView : MvxWindowsPage
|
||
|
{
|
||
|
public HomeView()
|
||
|
{
|
||
|
this.InitializeComponent();
|
||
|
}
|
||
|
}
|
||
|
}
|