Is button1 just a normal windows forms button? Text is just a property of the control.
If it is, try doing:
button1.Text = "New Text";
Add that to your button1_Click event.
private void button1_Click(object sender, EventArgs e)
{
button1.Text = "New Text";
var BildiriminOzellikleri = new ToastContentBuilder()