Exemplo n.º 1
0
 static void AccountOnRed(object o, EventArgsExt e)
 {
     cu.Print($"Accoun on red amount: {e.Amount} balance {e.Balance}");
 }
Exemplo n.º 2
0
 static void AddExpenseMessage(object o, EventArgsExt e)
 {
     cu.Print($"Added expense amount: {e.Amount} balance {e.Balance}");
 }