| | |
| | | InitializeComponent(); |
| | | this.layoutControl1.SetupLayoutControl(); |
| | | this.gridView1.SetLimitView(); |
| | | this.gridView1.RegistCustomDrawCell(Color.BurlyWood, Color.White); |
| | | this.gridView1.RegistCustomDrawCell(); |
| | | this.generalSearchCtrl1.SearchEvent += Search; |
| | | this.generalSearchCtrl1.ClearEvent += Clear; |
| | | this.phartDiagramRelationGridViewCtrl1.SelectDataEvent += SelectData; |
| | |
| | | private AssetsCompressorSingleMatchingViewModel _row; |
| | | private CompressorMatchingViewModel _viewModel; |
| | | |
| | | private long _curveDbId; |
| | | private long? _curveDbId; |
| | | |
| | | public class CompressorMatchingViewModel |
| | | { |