コード例 #1
0
 void _bus_OnInformationMessage(object sender, InformationMessageEventArgs e)
 {
     Debug.PresenterRecievedInformationMessage();
     _view.RecievingInformationMessage(e.Message);
 }
コード例 #2
0
 void bus_OnInformationMessage(object sender, InformationMessageEventArgs e)
 {
     InformationMessageEventWasCalled = true;
 }