Files
2026-04-09 14:38:35 +02:00

17 lines
339 B
C#

using DevExpress.XtraReports.UI;
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
namespace Lux.Report.Data.Template
{
public partial class OrderReport : DevExpress.XtraReports.UI.XtraReport
{
public OrderReport()
{
InitializeComponent();
}
}
}