#2
xwheat2019-09-03 23:32
回复 楼主 xwheat
|
System.NullReferenceException: 未将对象引用设置到对象的实例。
private void PapulateTree(
Dictionary<string, ChamferChecker.Profile> profiles)
{
if (this.treeView1.InvokeRequired)
{
this.treeView1.Invoke(new Action(delegate
{
this.PapulateTree(profiles);
}));
return;