Files
lux/Lux.Report.Data/Template/MaterialReqOrdRowReport.cs
2026-04-21 10:18:12 +02:00

17 lines
363 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 MaterialReqOrdRowReport : DevExpress.XtraReports.UI.XtraReport
{
public MaterialReqOrdRowReport()
{
InitializeComponent();
}
}
}