Exemplo n.º 1
0
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback.byte_0;
     iPhoneDFU = null;
     this.OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }
Exemplo n.º 2
0
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.DFUHandle = callback.byte_0;
     iPhoneDFU      = null;
     this.OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }