Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. private void textBox1_TextChanged(object sender, TextChangedEventArgs e)
  2. {
  3. textBlock1.Text = "Anda menulis = " + textBox1.Text;
  4. }