Ejemplo n.º 1
0
		// Token: 0x060000F8 RID: 248 RVA: 0x00002167 File Offset: 0x00000367
		private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
		{
			this.OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
		}
Ejemplo n.º 2
0
		// Token: 0x060000FA RID: 250 RVA: 0x0000218D File Offset: 0x0000038D
		private void RecoveryDisconnectCallback(ref AMRecoveryDevice callback)
		{
			this.OnRecoveryModeLeave(new DeviceNotificationEventArgs(callback));
		}
 // Token: 0x0600013F RID: 319 RVA: 0x000021D8 File Offset: 0x000003D8
 public DeviceNotificationEventArgs(AMRecoveryDevice device)
 {
     this.device = device;
 }
Ejemplo n.º 4
0
 // Token: 0x060000F8 RID: 248 RVA: 0x00002167 File Offset: 0x00000367
 private void DfuDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.OnDfuDisconnect(new DeviceNotificationEventArgs(callback));
 }
Ejemplo n.º 5
0
 // Token: 0x060000FA RID: 250 RVA: 0x0000218D File Offset: 0x0000038D
 private void RecoveryDisconnectCallback(ref AMRecoveryDevice callback)
 {
     this.OnRecoveryModeLeave(new DeviceNotificationEventArgs(callback));
 }
		// Token: 0x0600013F RID: 319 RVA: 0x000021D8 File Offset: 0x000003D8
		public DeviceNotificationEventArgs(AMRecoveryDevice device)
		{
			this.device = device;
		}