diff --git a/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs b/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs index 4cbadda..c3b3463 100644 --- a/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs +++ b/Sinvo.EplanHpD.Plugin.WPFUI/Models/ScanCableModel.cs @@ -1,4 +1,5 @@ using EPLAN.Harness.Core.Utils; +using EPLAN.Harness.ProjectCore.Occurrences; using System; using System.Collections.Generic; using System.ComponentModel; @@ -132,5 +133,8 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models OnPropertyChanged(nameof(E_part)); } } + + public BaseOccurrence S_partObj { get; set; } + public BaseOccurrence E_partObj { get; set; } } }