Guest User

Untitled

a guest
Feb 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. private static void doAtClosing(ConsoleSignal consoleSignal,int returnValue)
  2. {
  3. MessageBox.Show(consoleSignal.ToString()+returnValue.ToString());
  4. }
Add Comment
Please, Sign In to add comment