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.Implementations/BaseApplicationHost.cs | |
| parent | ff4ee7ab9c41f9756e1db6f25f701c8ca69cecf2 (diff) | |
remvoed CO uninstall project
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 0d261bdb8..f23d859e8 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -340,6 +340,15 @@ namespace MediaBrowser.Common.Implementations } /// <summary> + /// Configures the auto run at startup. + /// </summary> + /// <param name="autorun">if set to <c>true</c> [autorun].</param> + public void ConfigureAutoRunAtStartup(bool autorun) + { + + } + + /// <summary> /// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. /// </summary> public void Dispose() |
