コード例 #1
0
 public bool ReportsFor(IProgressReport reportModel)
 {
     return _report.GetType() == reportModel.GetType();
 }