SafeDispatch/Safedispatch_4_0/Reports/EndOfDay.cs

27 lines
664 B
C#
Raw Normal View History

2024-02-22 16:43:59 +00:00
namespace Safedispatch_4_0
{
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using Telerik.Reporting;
using Telerik.Reporting.Drawing;
/// <summary>
/// Summary description for EndOfDay.
/// </summary>
public partial class EndOfDay : Telerik.Reporting.Report
{
public EndOfDay()
{
/// <summary>
/// Required for telerik Reporting designer support
/// </summary>
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
}
}
}