コード例 #1
0
 public IPresenter Create(OrderReportType orderReportType)
 {
     return(_factory(orderReportType));
 }
コード例 #2
0
 public ShowReportEventArgs(OrderReportType orderReportType)
 {
     OrderReportType = orderReportType;
 }