From f2cc8078a00824a319dab44841f7cb64fdee76b0 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 11 十二月 2024 09:41:32 +0800 Subject: [PATCH] 引用修改 --- Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs b/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs index 259fc22..94278d7 100644 --- a/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs +++ b/Service/HStation.Service.PhartRelation.Core/03-settings/00-core/PhartRelationParasHelper.cs @@ -1,17 +1,16 @@ 锘縩amespace HStation.Settings { /// <summary> - /// + /// /// </summary> public class PhartRelationParasHelper { - /// <summary> - /// + /// /// </summary> public static Paras_PhartRelation Xhs { - get { return PhartRelationFileHelper.Get().Xhs; } + get { return PhartRelationFileHelper.Get().Phart; } } /// <summary> @@ -21,7 +20,5 @@ { return PhartRelationFileHelper.Save(); } - - } -} +} \ No newline at end of file -- Gitblit v1.9.3