Example #1
0
 public void AddChild(Context child)
 {
     _childContexts.Add(child);
 }
Example #2
0
 public MainModule(Context rootContext)
     : base()
 {
     _rootContext = rootContext;
 }