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