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