Ejemplo n.º 1
0
 // Token: 0x0600004D RID: 77 RVA: 0x0025C318 File Offset: 0x0025A518
 public void method_0(GControl0.GEnum0 genum0_1, string string_1, int int_3)
 {
     this.genum0_0         = genum0_1;
     this.Text             = string_1;
     this.Boolean_0        = true;
     this.Timer_0          = new Timer();
     this.Timer_0.Interval = int_3;
     this.Timer_0.Enabled  = true;
 }
Ejemplo n.º 2
0
 // Token: 0x06000044 RID: 68 RVA: 0x0000221E File Offset: 0x0000041E
 public void method_0(GControl0.GEnum0 genum0_1, string string_1, int int_3)
 {
     this.genum0_0 = genum0_1;
     GControl0.smethod_6(this, string_1);
     this.Boolean_0 = true;
     this.Timer_0   = GControl0.smethod_7();
     GControl0.smethod_8(this.Timer_0, int_3);
     GControl0.smethod_9(this.Timer_0, true);
 }