예제 #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);
 }