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