| | |
| | | public FourLinkSingMatchingDlg() |
| | | { |
| | | InitializeComponent(); |
| | | this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon; |
| | | } |
| | | |
| | | public event Action<FourlinkMatchingViewModel> ReloadDataEvent; |
| | |
| | | |
| | | public void SetBindingData(FourlinkMatchingViewModel PipeMatchingViewModel) |
| | | { |
| | | //this.FourLinkSingleMatchingForm1.SetBindingData(PipeMatchingViewModel); |
| | | this.FourlinkSingleMatchingForm1.SetBindingData(PipeMatchingViewModel); |
| | | _ValveMatchingView = PipeMatchingViewModel; |
| | | } |
| | | |
| | |
| | | private void btnComplete_Click(object sender, EventArgs e) |
| | | { |
| | | ReloadDataEvent.Invoke(_ValveMatchingView); |
| | | this.Close(); |
| | | } |
| | | } |
| | | } |