|
@@ -1,35 +1,14 @@
|
|
|
-using DevExpress.Utils.About;
|
|
|
-using DevExpress.Utils.Extensions;
|
|
|
-using DevExpress.XtraBars.Customization;
|
|
|
-using DevExpress.XtraEditors;
|
|
|
-using DevExpress.XtraEditors.ButtonsPanelControl;
|
|
|
-using DevExpress.XtraEditors.Controls;
|
|
|
-using DevExpress.XtraEditors.DXErrorProvider;
|
|
|
-using DevExpress.XtraPrinting.Native;
|
|
|
-using DxHelper;
|
|
|
+using DevExpress.XtraEditors;
|
|
|
+using DW5S.Entity;
|
|
|
+using DW5S.Repostory;
|
|
|
+using DW5S.ViewModel;
|
|
|
using ExtensionsDev;
|
|
|
using System;
|
|
|
using System.Collections.Generic;
|
|
|
-using System.ComponentModel;
|
|
|
-using System.ComponentModel.DataAnnotations;
|
|
|
-using System.Data;
|
|
|
-using System.Drawing;
|
|
|
using System.Linq;
|
|
|
-using System.Reflection;
|
|
|
-using System.Runtime.InteropServices;
|
|
|
-using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
|
-using System.Windows.Documents;
|
|
|
using System.Windows.Forms;
|
|
|
-using DW5S.DTO;
|
|
|
-using DW5S.Entity;
|
|
|
-using DW5S.Repostory;
|
|
|
-using Serilog;
|
|
|
-using DW5S.Service;
|
|
|
-using DW5S.ViewModel;
|
|
|
using XdCxRhDW5S.ViewModel;
|
|
|
-using DevExpress.XtraCharts.Native;
|
|
|
-using DevExpress.Data.Mask.Internal;
|
|
|
|
|
|
namespace DW5S.App.EditForms
|
|
|
{
|