Guest User

Untitled

a guest
Jan 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. 14:22:34 - Vou começar a backup a base de dados: user_control
  2. 14:23:10 - Terminei o backup de: user_control C:/backups
  3.  
  4. public void addLog(string content) {
  5. ConsoleLog.Items.Add(content);
  6. }
  7.  
  8. addLog("Olá mundo");
Add Comment
Please, Sign In to add comment