fix warning

This commit is contained in:
misya 2025-06-13 08:59:55 +08:00
parent 9958a4b1d1
commit c857468d91

View File

@ -116,10 +116,10 @@ public class NetworkShareAccess : IDisposable
public ResourceType ResourceType; public ResourceType ResourceType;
public ResourceDisplayType DisplayType; public ResourceDisplayType DisplayType;
public int Usage; public int Usage;
public string LocalName; public string? LocalName;
public string RemoteName; public string? RemoteName;
public string Comment; public string? Comment;
public string Provider; public string? Provider;
} }
private enum ResourceScope { Connected = 1, GlobalNetwork, Remembered, Recent, Context } private enum ResourceScope { Connected = 1, GlobalNetwork, Remembered, Recent, Context }