Exemplo n.º 1
0
 // Token: 0x06002036 RID: 8246 RVA: 0x0000D100 File Offset: 0x0000B300
 public Class184(Class318 owner, int id, Keys key, Keys modifier, bool allow_repeat, object state, EventHandler <EventArgs18> callback) : this(owner, id, new Struct21(key, modifier), allow_repeat, state, callback)
 {
 }
Exemplo n.º 2
0
 // Token: 0x0600201D RID: 8221 RVA: 0x0000CFDC File Offset: 0x0000B1DC
 public static bool smethod_1(Keys key, Keys modifier)
 {
     return(Class318.smethod_0(new Struct21(key, modifier)));
 }
Exemplo n.º 3
0
 // Token: 0x06002035 RID: 8245 RVA: 0x0000D0D8 File Offset: 0x0000B2D8
 public Class184(Class318 owner, int id, Struct21 hotkey, bool allow_repeat, object state, EventHandler <EventArgs18> callback) : base(owner, hotkey, allow_repeat, state)
 {
     this.ID       = id;
     this.Callback = callback;
     this.LastTime = DateTime.MinValue;
 }