Skip to content

Instantly share code, notes, and snippets.

@NicoVermeir
Created November 10, 2016 22:11
Show Gist options
  • Save NicoVermeir/433632420bb4c347ede919c8a6e51065 to your computer and use it in GitHub Desktop.
Save NicoVermeir/433632420bb4c347ede919c8a6e51065 to your computer and use it in GitHub Desktop.
private void HookUpEvents()
{
_radialController.RotationChanged += OnRotationChanged;
_radialController.ButtonClicked += OnButtonClicked;
_dte.Events.SolutionEvents.AfterClosing += () =>
{
_radialController.Menu.Items.Clear();
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment