| | |
| | | { |
| | | public partial class AssetsAutoMatchingMainDlg : DevExpress.XtraEditors.XtraForm |
| | | { |
| | | public AssetsAutoMatchingMainDlg(AssetsAutoMatchingInputViewModel assetsAutoMatchingInputViewModel) |
| | | public AssetsAutoMatchingMainDlg() |
| | | { |
| | | _assetsAutoMatching = assetsAutoMatchingInputViewModel; |
| | | InitializeComponent(); |
| | | } |
| | | |
| | |
| | | |
| | | private AssetsAutoMatchingInputViewModel _assetsAutoMatching = null; |
| | | |
| | | public void SetBindingData(AssetsAutoMatchingInputViewModel assetsAutoMatchingInputViewModel) |
| | | { |
| | | _assetsAutoMatching = assetsAutoMatchingInputViewModel; |
| | | this.AssetsMainChoicePage.SetBindingData(_assetsAutoMatching); |
| | | } |
| | | |
| | | //完成 |
| | | private void btnComplete_Click(object sender, EventArgs e) |
| | | { |