Many nice features
This commit is contained in:
11
MaterialModernWPF/View/ShellViewModel.cs
Normal file
11
MaterialModernWPF/View/ShellViewModel.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Prism.Mvvm;
|
||||
|
||||
namespace MaterialModernWPF.View
|
||||
{
|
||||
public class ShellViewModel : BindableBase
|
||||
{
|
||||
public ShellViewModel()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user