Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     this.label1.Text = numero1.ToString();
     this.label2.Text = numero2.ToString();
     sumatotal        = numero1 + numero2;
     this.label3.Text = sumatotal.ToString();
 }
Exemplo n.º 2
0
 unsafe static void Main()
 {
     int *arr = null;
     var  v2  = arr?.ToString();
 }