LukePulverenti Luke Pulverenti luke pulverenti 13 年之前
父节点
当前提交
31c4b5a169
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      MediaBrowser.Common/UI/BaseApplication.cs

+ 3 - 0
MediaBrowser.Common/UI/BaseApplication.cs

@@ -7,6 +7,9 @@ using MediaBrowser.Model.Progress;
 
 namespace MediaBrowser.Common.UI
 {
+    /// <summary>
+    /// Serves as a base Application class for both the UI and Server apps.
+    /// </summary>
     public abstract class BaseApplication : Application
     {
         private IKernel Kernel { get; set; }