コード例 #1
0
 public void OnMathPerformed(object s, MathPerformedEventArgs args)
 {
     System.Console.WriteLine($"Notifaication result is {args.MathResult}");
 }
コード例 #2
0
 public void OnMathPerformed(object s, MathPerformedEventArgs args)
 {
     System.Console.WriteLine($"Logging result {args.MathResult}");
 }