예제 #1
0
 public IPresenter Create(OrderReportType orderReportType)
 {
     return(_factory(orderReportType));
 }
 public ShowReportEventArgs(OrderReportType orderReportType)
 {
     OrderReportType = orderReportType;
 }