using System;
using System.IO;
namespace MediaBrowser.ServerApplication.Native
{
    /// 
    /// Class Autorun
    /// 
    public static class Autorun
    {
        /// 
        /// Configures the specified autorun.
        /// 
        /// if set to true [autorun].
        public static void Configure(bool autorun)
        {
        }
    }
}