gerry100
Results
1
comments of
gerry100
I found this way for my solution. Thanks Example: bool found; foreach (var item in _ICNCModule.ICNC.AktiveCNCChannelList) { found = false; foreach (var itemTool in _shell.Tools) { if (itemTool is CNCChannelViewModel)...