You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
365 B
C#

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using DevExpress.XtraReports.UI;
namespace Mesnac.Action.ChemicalWeighing.MaterialManage
{
public partial class BarcodeReport : DevExpress.XtraReports.UI.XtraReport
{
public BarcodeReport()
{
InitializeComponent();
}
}
}