コード例 #1
0
 public void AttachPresenter(ISimulationItemPresenter presenter)
 {
     /*nothing to do here*/
 }
 public void AttachPresenter(ISimulationItemPresenter presenter)
 {
     _presenter = presenter as ISimulationCompoundProcessSummaryCollectorPresenter;
 }