Trac.Core.TracConfiguration.TracConfiguration C# (CSharp) Method

TracConfiguration() public method

public TracConfiguration ( string xmlPath ) : System
xmlPath string
return System
        public TracConfiguration(string xmlPath)
        {
            _xmlPath = xmlPath;
        }
TracConfiguration