Stylet/NuGet/start/content/net45/Pages/ShellViewModel.cs.pp

14 lines
220 B
Puppet

using Stylet;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace $rootnamespace$.Pages
{
public class ShellViewModel : Screen
{
}
}