Skip to content

Instantly share code, notes, and snippets.

@yujuwon
Created January 4, 2013 05:44
Show Gist options
  • Save yujuwon/4450229 to your computer and use it in GitHub Desktop.
Save yujuwon/4450229 to your computer and use it in GitHub Desktop.
public test()
{
Console.CancelKeyPress += new ConsoleCancelEventHandler(Console_CancelKeyPress);
}
void Console_CancelKeyPress(object sender, ConsoleCancelEventArgs e)
{
// 이벤트 처리
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment