Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. private void Dzwiek1(string input)
  2. {
  3. input = "Boop";
  4. Console.WriteLine(input);
  5. }
  6. public void Dzwiek2()
  7. {
  8. Dzwiek1("Bap");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement