From 40cedb3b86fa315d8e0ea71d662f8d9dbf99a4cc Mon Sep 17 00:00:00 2001
From: uye <2396806385@qq.com>
Date: Sun, 29 Jan 2023 18:21:02 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8A=A0=E4=B8=AA=E6=B3=A8=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/MaaWpfGui/Helper/StageManager.cs | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/MaaWpfGui/Helper/StageManager.cs b/src/MaaWpfGui/Helper/StageManager.cs
index 564f822adc..be52fa3c90 100644
--- a/src/MaaWpfGui/Helper/StageManager.cs
+++ b/src/MaaWpfGui/Helper/StageManager.cs
@@ -42,6 +42,7 @@ namespace MaaWpfGui
///
/// Initializes a new instance of the class.
///
+ /// The IoC container.
public StageManager(IContainer container)
{
_container = container;