Advertisement
Meliodas0_0

raw link to text

Sep 17th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. using(WebClient wc = new WebClient())
  2. {
  3.    textBox1.Text = wc.DownloadString("https://hastebin.com/raw/toyumipajo");
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement