private void ProjectViewWorkingContext_WorkingContextChildCreatedEvent(object sender, ChildCreatedEventArgs e)
 {
     Console.WriteLine("ProjectViewWorkingContext_WorkingContextChildCreatedEvent {0}", e.ChildContext);
 }
Пример #2
0
 private void M_BusinessLogicApplicationContext_WorkingContextChildCreatedEvent(object sender, ChildCreatedEventArgs e)
 {
     Console.WriteLine("M_BusinessLogicApplicationContext_WorkingContextChildCreatedEvent {0}", e.ChildContext);
 }