tiseza_oss_live/AmendmentAppProfile.cs

18 lines
335 B
C#
Raw Normal View History

2025-11-15 11:14:31 +00:00
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using DevExpress.XtraReports.UI;
namespace OSS
{
public partial class AmendmentAppProfile : DevExpress.XtraReports.UI.XtraReport
{
public AmendmentAppProfile()
{
InitializeComponent();
}
}
}