void IEWrapper.SmartComponents(int reqId, Dictionary <int, KeyValuePair <string, char> > theMap)
 {
     SmartComponents?.Invoke(reqId, theMap);
 }
Beispiel #2
0
 public void smartComponents(int reqId, Dictionary <int, KeyValuePair <string, char> > theMap)
 {
     SmartComponents?.Invoke(new SmartComponentsMessage(reqId, theMap));
 }