/// <summary> /// This attaches the context menu to Windows /// </summary> private void attachToWindowsButton_Click(object sender, EventArgs e) { ContextHandler ch = new ContextHandler(); if(!ch.Add()) { utilities.ShowMessage("Unable to add to windows", "failed"); } }