Add project files.

This commit is contained in:
Tommy TFO. Öman
2020-07-05 21:58:39 +02:00
parent 63cd05cbaa
commit 7254941c18
15 changed files with 541 additions and 0 deletions

View File

@ -0,0 +1,14 @@
using Caliburn.Micro;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WPFUI.ViewModels
{
public class ShellViewModel : Screen
{
}
}