mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 15:26:34 +01:00
Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using MediaBrowser.Common.IO;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Common.Net.Handlers;
|
||||
using MediaBrowser.Common.Net;
|
||||
using MediaBrowser.Common.Plugins;
|
||||
using MediaBrowser.Common.ScheduledTasks;
|
||||
using MediaBrowser.Common.Serialization;
|
||||
@@ -18,11 +16,6 @@ namespace MediaBrowser.Common.Kernel
|
||||
/// </summary>
|
||||
public interface IKernel
|
||||
{
|
||||
/// <summary>
|
||||
/// Occurs when [application restart requested].
|
||||
/// </summary>
|
||||
event EventHandler ApplicationRestartRequested;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the application paths.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user