사용않하는 using Mono; 제거 - 빌드 시 에러 발생
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#nullable enable
|
||||
using Mono.Cecil;
|
||||
using SampleProject;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -94,7 +93,7 @@ namespace UVC.Factory.Component
|
||||
if (item != null)
|
||||
{
|
||||
string? portId = item.GetString("PORT_ID");
|
||||
if(portId == null) continue;
|
||||
if (portId == null) continue;
|
||||
if (ports.ContainsKey(portId))
|
||||
{
|
||||
Port port = ports[portId];
|
||||
|
||||
Reference in New Issue
Block a user