private void BeautifulButton_Click(object sender, System.EventArgs e) { Random r = new Random(); this.Text = r.Next(100).ToString(); }