Révision 5 SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Rfid/Agrident/AgridentLecteur.cs
AgridentLecteur.cs | ||
---|---|---|
58 | 58 |
|
59 | 59 |
public void LectureTag() |
60 | 60 |
{ |
61 |
|
|
61 | 62 |
//récupére les infos du package AGRIDENT_WEDGE pour pouvoir le lancer par l'intent |
62 | 63 |
Intent lancePackage = contextApp.PackageManager.GetLaunchIntentForPackage(AgridentConstantes.AGRIDENT_WEDGE); |
63 | 64 |
|
... | ... | |
66 | 67 |
{ |
67 | 68 |
contextApp.StartActivity(lancePackage); |
68 | 69 |
} |
70 |
else |
|
71 |
throw new Sicpa.Xam.Device.Forms.Exceptions.AgridentExecption("Le package 'AgridentWedge' n'est pas installé."); |
|
72 |
|
|
69 | 73 |
} |
70 | 74 |
|
71 | 75 |
private void OnTagLuReceiver(object sender, InfosRfid infos) |
Formats disponibles : Unified diff