viewmodel ins wpf gepackt, build failed
This commit is contained in:
13
DaSaSo.Wpf/ViewModel/HomeViewModel.cs
Normal file
13
DaSaSo.Wpf/ViewModel/HomeViewModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DaSaSo.Wpf.ViewModel
|
||||
{
|
||||
public class HomeViewModel : BaseViewModel
|
||||
{
|
||||
public string Welcome { get => "Herzlich willkommen"; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user