| | |
| | | using DevExpress.XtraBars.Ribbon.Drawing; |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraMap; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | using System.Data; |
| | | |
| | | namespace HStation.WinFrmUI |
| | | { |
| | |
| | | private AssetsCompressorSingleMatchingViewModel _row; |
| | | private CompressorMatchingViewModel _viewModel; |
| | | |
| | | private long _curveDbId; |
| | | private long? _curveDbId; |
| | | |
| | | public class CompressorMatchingViewModel |
| | | { |