Skip to content

Commit

Permalink
Fix Config Setting Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinerising committed Nov 1, 2023
1 parent 6b24901 commit 0a98315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NetworkSetting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void RefreshFirewall()
/// <summary>
/// 与INI配置文件所对应的网络配置信息
/// </summary>
public struct NetworkConfig
public class NetworkConfig
{
/// <summary>
/// 本机标识
Expand Down Expand Up @@ -206,7 +206,7 @@ public struct NetworkConfig
/// <summary>
/// 防火墙状态
/// </summary>
public struct FirewallState
public class FirewallState
{
/// <summary>
/// 防火墙是否启用
Expand Down

0 comments on commit 0a98315

Please sign in to comment.