Added Function1ViewModel

This commit is contained in:
SuperBrain 2020-07-16 19:33:56 +02:00
parent dd2f0297e7
commit 113784024c
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
using System;
using Stylet;
namespace DynamicMenu.Pages
{
public class Function1ViewModel : Conductor<IScreen>.Collection.OneActive
{
}
}