添加项目文件。
This commit is contained in:
12
KGdev.BI3D.Revit.Common/IReduxReducer.cs
Normal file
12
KGdev.BI3D.Revit.Common/IReduxReducer.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Common
|
||||
{
|
||||
public interface IReduxReducer
|
||||
{
|
||||
event EventHandler<Dictionary<string, object>> OnStateChanged;
|
||||
|
||||
void Reduce(Dictionary<string, object> action);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user