aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Native/Autorun.cs
blob: ee33c5967a5c5050ab89e93dc4e71eee9ab216da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.IO;

namespace MediaBrowser.ServerApplication.Native
{
    /// <summary>
    /// Class Autorun
    /// </summary>
    public static class Autorun
    {
        /// <summary>
        /// Configures the specified autorun.
        /// </summary>
        /// <param name="autorun">if set to <c>true</c> [autorun].</param>
        public static void Configure(bool autorun)
        {

        }
    }
}