mirror of
https://github.com/egmont11/NetworkDiagram.git
synced 2026-07-24 07:09:43 +02:00
Who could've guessed that saving the device info in the ndjsons with absolute paths would be a bad idea
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace NetworkDiagram.Models
|
||||
{
|
||||
@@ -30,6 +31,9 @@ namespace NetworkDiagram.Models
|
||||
set { _name = value; OnPropertyChanged(); }
|
||||
}
|
||||
|
||||
public string TemplateName { get; set; } = string.Empty;
|
||||
|
||||
[JsonIgnore]
|
||||
public string IconPath { get; set; } = string.Empty;
|
||||
|
||||
public double X
|
||||
|
||||
Reference in New Issue
Block a user