OSDN Git Service

AppliStation-all,NaGetTaskクラスをTaskクラスに改名他
[applistation/AppliStation.git] / na-get-lib / NaGet.SubCommands / NaGetTaskSet.cs
index df42cd3..41a8d7a 100644 (file)
@@ -1,10 +1,11 @@
 using System;\r
+using NaGet.Tasks;\r
 \r
 namespace NaGet.SubCommands\r
 {\r
        #region EventHandler<NaGetTaskSetEventArgs>\8aÖ\98A\r
        \r
-       public class NaGetTaskSetEventArgs : NaGetEventArgs\r
+       public class NaGetTaskSetEventArgs : TaskEventArgs\r
        {\r
                public NaGetTaskSetEventType Type;\r
                \r
@@ -12,7 +13,7 @@ namespace NaGet.SubCommands
                {\r
                        this.Type = type;\r
                        this.TaskMessage = message;\r
-                       this.TaskProgressPercent = processPercent;\r
+                       this.ProgressPercent = processPercent;\r
                }\r
        }\r
        \r
@@ -114,7 +115,7 @@ namespace NaGet.SubCommands
        /// <summary>\r
        /// NaGet\83^\83X\83N\8f\88\97\9d\82Ì\83p\83b\83N\r
        /// </summary>\r
-       public abstract class NaGetTaskSet : NaGetTask\r
+       public abstract class NaGetTaskSet : Task\r
        {\r
                /// <summary>\r
                /// \83^\83X\83N\8f\88\97\9d\82Ì\83C\83x\83\93\83g\83n\83\93\83h\83\89\r