Example #1
0
		void StopDebugging()
		{
			var stopCommand = new StopDebuggingCommand();
			stopCommand.Run();
		}
 void StopToolStripMenuItemClick(object sender, EventArgs e)
 {
     StopDebuggingCommand stopCommand = new StopDebuggingCommand();
     stopCommand.Run();
 }