NOS.Registration.NVelocityEntryFormatter.NVelocityEntryFormatter C# (CSharp) Method

NVelocityEntryFormatter() public method

public NVelocityEntryFormatter ( ) : System.IO
return System.IO
		public NVelocityEntryFormatter()
		{
			_engine = new VelocityEngine();
			_engine.Init();
		}