Ejemplo n.º 1
0
 void _bus_OnRunInformationMessage(object sender, RunInformationMessageEventArgs e)
 {
     Debug.PresenterRecievedRunInformationMessage();
     _view.RecievingRunInformationMessage(e.Message);
 }
 void bus_OnRunInformationMessage(object sender, RunInformationMessageEventArgs e)
 {
     RunInformationMessageEventCalled = true;
 }