tiseza_oss_live/ExtensionProfile.cs

18 lines
329 B
C#

using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using DevExpress.XtraReports.UI;
namespace OSS
{
public partial class ExtensionProfile : DevExpress.XtraReports.UI.XtraReport
{
public ExtensionProfile()
{
InitializeComponent();
}
}
}