Ejemplo n.º 1
0
 void OnCancelKeyPress(object sender, ConsoleCancelEventArgs e)
 {
     if (_Command != null)
     {
         _Command.Abort();
     }
 }