Exemplo n.º 1
0
        static void Tong(int a, int b, ShowLog log)
        {
            int result = a + b;

            log?.Invoke($"Tong la {result}");
        }
Exemplo n.º 2
0
 private void ShowLogButton_Click(object sender, EventArgs e)
 {
     ShowLog?.Invoke();
 }