예제 #1
0
 void ToolsSweep_Occurred(object sender, System.ComponentModel.CancelEventArgs e)
 {
     e.Cancel = true;
     settingsMenu.Show();
 }