11 lines
235 B
C#
11 lines
235 B
C#
|
|
namespace BeWo.Report.DefaultReports
|
||
|
|
{
|
||
|
|
public partial class KalenderMonatsformatReport : DevExpress.XtraScheduler.Reporting.XtraSchedulerReport
|
||
|
|
{
|
||
|
|
public KalenderMonatsformatReport()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|