コード例 #1
0
 void _bus_OnRunInformationMessage(object sender, RunInformationMessageEventArgs e)
 {
     Debug.PresenterRecievedRunInformationMessage();
     _view.RecievingRunInformationMessage(e.Message);
 }
コード例 #2
0
 void bus_OnRunInformationMessage(object sender, RunInformationMessageEventArgs e)
 {
     RunInformationMessageEventCalled = true;
 }