mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-19 06:53:50 +02:00
reorganization
This commit is contained in:
parent
d130364643
commit
153a9c3986
@ -8,7 +8,7 @@ using System.Text.Json;
|
||||
using System.Windows;
|
||||
using Microsoft.Win32;
|
||||
|
||||
namespace ModernWpfPlayground
|
||||
namespace ModernWpfPlayground.MvvmStuff
|
||||
{
|
||||
public abstract class BaseViewModel : INotifyPropertyChanged
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace ModernWpfPlayground
|
||||
namespace ModernWpfPlayground.MvvmStuff
|
||||
{
|
||||
public class RelayCommand : ICommand
|
||||
{
|
@ -1,6 +1,7 @@
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
using ModernWpfPlayground.MvvmStuff;
|
||||
|
||||
namespace ModernWpfPlayground
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user