105040 Clean code
This commit is contained in:
parent
d5465df3ae
commit
10410dcee2
|
@ -12,6 +12,7 @@ namespace Sinvo.EplanHpD.Plugin.Service.Model
|
|||
{
|
||||
[SugarColumn(IsPrimaryKey = true, ColumnDataType = "VARCHAR(64)")]
|
||||
public string ID { get; set; }
|
||||
|
||||
[SugarColumn(ColumnDataType = "TEXT")]
|
||||
public string Data { get; set; }
|
||||
}
|
||||
|
|
|
@ -195,6 +195,7 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.ViewModel
|
|||
_currentFlexDesigner.SelectSet.Clear();
|
||||
_currentFlexDesigner.SelectSet.Add(occWire);
|
||||
_currentFlexDesigner.FitToSelectSet();
|
||||
|
||||
_currentFlexDesigner.SelectSet.OnSelectionChanged();
|
||||
|
||||
//_currentFlexDesigner.Camera.GraphicControl._HighlightNode()
|
||||
|
|
Loading…
Reference in New Issue