diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-27 16:07:51 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-27 16:07:51 -0500 |
| commit | 4d71fc1d42fb26d759f2691ec9f26c4273b81688 (patch) | |
| tree | 1747ec668aaf3e60d4ddc82a3915dbace8d44dcc /MediaBrowser.Common/Kernel | |
| parent | ff4ee7ab9c41f9756e1db6f25f701c8ca69cecf2 (diff) | |
remvoed CO uninstall project
Diffstat (limited to 'MediaBrowser.Common/Kernel')
| -rw-r--r-- | MediaBrowser.Common/Kernel/IApplicationHost.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Kernel/IApplicationHost.cs b/MediaBrowser.Common/Kernel/IApplicationHost.cs index 42ba2fbbb2..2d2d0a2177 100644 --- a/MediaBrowser.Common/Kernel/IApplicationHost.cs +++ b/MediaBrowser.Common/Kernel/IApplicationHost.cs @@ -17,6 +17,12 @@ namespace MediaBrowser.Common.Kernel void Restart(); /// <summary> + /// Configures the auto run at startup. + /// </summary> + /// <param name="autorun">if set to <c>true</c> [autorun].</param> + void ConfigureAutoRunAtStartup(bool autorun); + + /// <summary> /// Gets the application version. /// </summary> /// <value>The application version.</value> |
