private void Project_WorkingContext_PlatformServiceContainer_ConstructServiceEvent(
     object sender,
     ConstructServiceEventArgs e)
 {
     Console.WriteLine(string.Format("ConstructService {0}", e.ServiceCreatorType.Name));
 }
Beispiel #2
0
 private void m_BusinessLogicApplicationContext_ConstructServiceEvent(object sender, ConstructServiceEventArgs e)
 {
     Console.WriteLine("m_BusinessLogicApplicationContext_ConstructServiceEvent {0} -> {1}", e.ServiceCreatorType, e.ServiceInstance);
 }