CreatePerson UI tillaggt

This commit is contained in:
2020-05-17 20:30:24 +02:00
parent c13e2f3ccb
commit 94056f5f08
8 changed files with 180 additions and 3 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 TrackerWPFUI
{
public static class EventAggregationProvider
{
public static EventAggregator TrackerEventAggregator { get; set; } = new EventAggregator();
}
}