Ejemplo n.º 1
0
 public void Init()
 {
     tlog.Info(tag, "Init() is called!");
     h1 = new HydrationContext();
 }
Ejemplo n.º 2
0
 public void Init()
 {
     tlog.Info(tag, "Init() is called!");
     HydrationContext   context = new HydrationContext();
     NamescopingVisitor n1      = new NamescopingVisitor(context);
 }