namespace DMS.WPF.Interfaces { /// /// 对话框视图模型接口 /// public interface IDialogViewModel { /// /// 关闭请求事件 /// event Action CloseRequested; } }