mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-29 04:33:23 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace FluentTest.Commanding
|
||||
{
|
||||
using System;
|
||||
using System.Windows.Input;
|
||||
|
||||
public interface IRelayCommand : ICommand
|
||||
{
|
||||
event EventHandler Executed;
|
||||
|
||||
event EventHandler Executing;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user