This commit is contained in:
艾竹
2023-04-09 18:58:13 +08:00
parent fae7826577
commit 21009fc383
5 changed files with 41 additions and 59 deletions

View File

@@ -1,8 +1,10 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading;
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
@@ -247,8 +249,9 @@ namespace AIStudio.Wpf.DiagramDesigner
}
set
{
var xx = this.GetHashCode();
var yy = Thread.CurrentThread.ManagedThreadId.ToString();
SetProperty(ref _color, value);
}
}