Esempio n. 1
0
 public EnumerateEventArgs(TinkerforgeDeviceInfo deviceInfo, int enumerationType)
     : this(deviceInfo, (EnumerationType)enumerationType)
 {
 }
Esempio n. 2
0
 public EnumerateEventArgs(TinkerforgeDeviceInfo deviceInfo, EnumerationType enumerationType)
 {
     DeviceInfo      = deviceInfo;
     EnumerationType = enumerationType;
 }