LukePulverenti Luke Pulverenti luke pulverenti 13 лет назад
Родитель
Сommit
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; }