18 lines
333 B
C#
18 lines
333 B
C#
|
|
using System;
|
|||
|
|
using System.Drawing;
|
|||
|
|
using System.Collections;
|
|||
|
|
using System.ComponentModel;
|
|||
|
|
using DevExpress.XtraReports.UI;
|
|||
|
|
|
|||
|
|
namespace OSS
|
|||
|
|
{
|
|||
|
|
public partial class EpansionAppProfile : DevExpress.XtraReports.UI.XtraReport
|
|||
|
|
{
|
|||
|
|
public EpansionAppProfile()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|