private void button1_Click (object sender, System.EventArgs e) { label1.Text = Guid.NewGuid().ToString().ToUpper(); }