Exemple #1
0
 static void HandleOtherSimpleEvent(OtherSimpleEvent e)
 {
     Console.WriteLine(
         string.Format("This bus says '{0}' with an ID of '{1}'", e.Title, e.Id)
         );
 }
Exemple #2
0
 static void HandleOtherSimpleEvent(OtherSimpleEvent e)
 {
     Console.WriteLine(
         string.Format("This bus says '{0}' with an ID of '{1}'", e.Title, e.Id)
         );
 }