示例#1
0
 void Init()
 {
     injector           = new XsltInjector(this);
     injector.Compiled += OnCompiled;
     injector.Executed += OnExecute;
 }
		void Init ()
		{
			injector = new XsltInjector (this);
			injector.Compiled += OnCompiled;
			injector.Executed += OnExecute;
		}