Caliburn Micro installed in a new MVVM wpf UI for the tournamnt tracker
This commit is contained in:
13
TrackerWPFUI/ViewModels/ShellViewModel.cs
Normal file
13
TrackerWPFUI/ViewModels/ShellViewModel.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Caliburn.Micro;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TrackerWPFUI.ViewModels
|
||||
{
|
||||
public class ShellViewModel:Conductor<object>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user