提交 837c6190 编写于 作者: T tanghai

NotificationObject在prism 5.0中已经废弃,由BindableBase替代

上级 324a68e4
using System.ComponentModel.Composition;
using Microsoft.Practices.Prism.ViewModel;
using Microsoft.Practices.Prism.Mvvm;
namespace Editor
{
[Export]
public class ShellViewModel: NotificationObject
public class ShellViewModel: BindableBase
{
// This is where any view model logic for the shell would go.
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册