1234567891011121314151617 |
- using DevExpress.XtraReports.UI;
- using System;
- using System.Collections;
- using System.ComponentModel;
- using System.Drawing;
- namespace MTWorkHR.Infrastructure.Reports
- {
- public partial class EmployeeContract : DevExpress.XtraReports.UI.XtraReport
- {
- public EmployeeContract()
- {
- InitializeComponent();
- }
- }
- }
|