mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-06-27 06:43:09 +08:00
toolkit
This commit is contained in:
12
CPF.Toolkit/ViewModelBase.cs
Normal file
12
CPF.Toolkit/ViewModelBase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using CPF.Toolkit.Dialogs;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace CPF.Toolkit
|
||||
{
|
||||
public class ViewModelBase : ObservableObject
|
||||
{
|
||||
public IDialogService Dialog { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user