示例#1
0
文件: Program.cs 项目: cy2296/coding
 static void OnGoalSubscriber(object source, objBalChangedArg args)
 {
     Console.WriteLine("The goal {0} has been reached", args.money);
 }
示例#2
0
 static void OnGoalSubscriber(object source, objBalChangedArg args)
 {
     Console.WriteLine("The goal {0} has been reached", args.money);
 }
示例#3
0
文件: Program.cs 项目: cy2296/coding
 static void OnBalanceSubscriber(object source, objBalChangedArg args)
 {
     Console.WriteLine("The new bal is : " + args.money);
 }
示例#4
0
 static void OnBalanceSubscriber(object source, objBalChangedArg args)
 {
     Console.WriteLine("The new bal is : " + args.money);
 }