diff options
Diffstat (limited to 'MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs b/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs index 10d6ef812..042936ed1 100644 --- a/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs +++ b/MediaBrowser.ServerApplication/Logging/WindowTraceListener.cs @@ -10,12 +10,12 @@ namespace MediaBrowser.ServerApplication.Logging /// <summary> /// The _window /// </summary> - private readonly LogWindow _window; + private readonly LogForm _window; /// <summary> /// Initializes a new instance of the <see cref="WindowTraceListener" /> class. /// </summary> /// <param name="window">The window.</param> - public WindowTraceListener(LogWindow window) + public WindowTraceListener(LogForm window) { _window = window; _window.Show(); |
