コード例 #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();
 }
コード例 #2
0
ファイル: cs0023-21.cs プロジェクト: SickheadGames/BRUTE.mono
 unsafe static void Main()
 {
     int *arr = null;
     var  v2  = arr?.ToString();
 }