初步完成历史记录(未完成)
This commit is contained in:
13
DMS.WPF/Interfaces/IParameterReceiver.cs
Normal file
13
DMS.WPF/Interfaces/IParameterReceiver.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DMS.WPF.Interfaces;
|
||||
|
||||
/// <summary>
|
||||
/// 定义了可以接收导航参数的接口
|
||||
/// </summary>
|
||||
public interface IParameterReceiver
|
||||
{
|
||||
/// <summary>
|
||||
/// 接收导航参数
|
||||
/// </summary>
|
||||
/// <param name="parameter">传递的参数</param>
|
||||
void ReceiveParameter(object parameter);
|
||||
}
|
||||
Reference in New Issue
Block a user