Guest User

Untitled

a guest
Jan 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. private readonly IDbgConsole _console;
  2.  
  3. public CommandControl(IDbgConsole console, IHistoryManager historyManager, string content)
  4. {
  5. _console = console;
  6.  
  7. InitializeComponent();
  8.  
  9. AppendDmlOutput(content);
  10. }
Add Comment
Please, Sign In to add comment