Advertisement
Guest User

Untitled

a guest
Nov 11th, 2011
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .method private hidebysig instance void btnOK_Click(object sender, class [mscorlib]System.EventArgs e) cil managed
  2. {
  3.     .maxstack 2
  4.     .locals init (
  5.         [0] bool flag)
  6.     L_0000: nop
  7.     L_0001: ldarg.0
  8.     L_0002: ldfld class [System.Windows.Forms]System.Windows.Forms.TextBox Marées.FLicence::tbCode
  9.     L_0007: callvirt instance string [System.Windows.Forms]System.Windows.Forms.Control::get_Text()
  10.     L_000c: call bool Marées.FLicence::match(string)
  11.     L_0011: ldc.i4.0
  12.     L_0012: ceq
  13.     L_0014: stloc.0
  14.     L_0015: ldloc.0
  15.     L_0016: brtrue.s L_004f
  16.     L_0018: nop
  17.     L_0019: ldstr "Bravo !"
  18.     L_001e: call valuetype [System.Windows.Forms]System.Windows.Forms.DialogResult [System.Windows.Forms]System.Windows.Forms.MessageBox::Show(string)
  19.     L_0023: pop
  20.     L_0024: ldarg.0
  21.     L_0025: ldfld class Marées.FPrincipale Marées.FLicence::fParent
  22.     L_002a: ldfld class Marées.VarGlobales Marées.FPrincipale::varGlobales
  23.     L_002f: ldarg.0
  24.     L_0030: ldfld class [System.Windows.Forms]System.Windows.Forms.TextBox Marées.FLicence::tbCode
  25.     L_0035: callvirt instance string [System.Windows.Forms]System.Windows.Forms.Control::get_Text()
  26.     L_003a: stfld string Marées.VarGlobales::strCodeUtilisateur
  27.     L_003f: ldc.i4.0
  28.     L_0040: stsfld bool Marées.FPrincipale::VERSION_DEMO
  29.     L_0045: ldarg.0
  30.     L_0046: call instance void [System.Windows.Forms]System.Windows.Forms.Form::Close()
  31.     L_004b: nop
  32.     L_004c: nop
  33.     L_004d: br.s L_0063
  34.     L_004f: nop
  35.     L_0050: ldstr "Pas de correspondance entre le num\u00e9ro utilisateur et le code"
  36.     L_0055: call valuetype [System.Windows.Forms]System.Windows.Forms.DialogResult [System.Windows.Forms]System.Windows.Forms.MessageBox::Show(string)
  37.     L_005a: pop
  38.     L_005b: ldarg.0
  39.     L_005c: call instance void [System.Windows.Forms]System.Windows.Forms.Form::Close()
  40.     L_0061: nop
  41.     L_0062: nop
  42.     L_0063: ret
  43. }
  44.  
  45.  
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement