using System; using System.Drawing; using System.Collections; using System.ComponentModel; using DevExpress.XtraReports.UI; namespace Neo.LegitimateLicences.Reports.ApplicationReports { public partial class Application_AllowedNewLicenceSummary : DevExpress.XtraReports.UI.XtraReport { public Application_AllowedNewLicenceSummary() { InitializeComponent(); } } }