public void Dispose() { for (int i = this.int_0; i > 0; i--) { GClass929.UnregisterHotKey(this.window_0.Handle, i); } this.window_0.Dispose(); }
public void method_0(GEnum13 genum13_0, Keys keys_0) { this.int_0++; if (!GClass929.RegisterHotKey(this.window_0.Handle, this.int_0, (uint)genum13_0, (uint)keys_0)) { throw new InvalidOperationException("Couldn’t register the hot key."); } }