Пример #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}");
 }