Messenger.Default.Register<NotificationMessage<User>>(this,
LoginToken.SuccessUser, ViewMainWindow);
var successMsg = new NotificationMessage<User>(user,
string.Empty);
Messenger.Default.Send(successMsg, LoginToken.SuccessUser);
我尝试使用galasoft版本并想尝试使用eventaggregator。这是正确的方式还是我必须使用eventaggregator?
答案 0 :(得分:0)