Ejemplo n.º 1
0
 void Init()
 {
     injector           = new XsltInjector(this);
     injector.Compiled += OnCompiled;
     injector.Executed += OnExecute;
 }
Ejemplo n.º 2
0
		void Init ()
		{
			injector = new XsltInjector (this);
			injector.Compiled += OnCompiled;
			injector.Executed += OnExecute;
		}