// Token: 0x06000134 RID: 308 RVA: 0x00007108 File Offset: 0x00005308 public void method_1() { if (this.thread_0 != null && this.gclass7_0.Thread_0 != null) { GClass1.smethod_1(); this.bool_0 = false; this.gclass7_0.method_2(); this.thread_0.Interrupt(); return; } }
// Token: 0x060000FB RID: 251 RVA: 0x00005FA8 File Offset: 0x000041A8 protected virtual void OnMouseMove(MouseEventArgs e) { base.OnMouseMove(e); this.int_3 = GClass1.smethod_1(e).X; this.int_4 = e.Location.Y; base.Invalidate(); if (e.X >= base.Width - 41) { this.Cursor = Cursors.Hand; return; } this.Cursor = Cursors.IBeam; }