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 ResourceDisplayType DisplayType;
public int Usage;
public string LocalName;
public string RemoteName;
public string Comment;
public string Provider;
public string? LocalName;
public string? RemoteName;
public string? Comment;
public string? Provider;
}
private enum ResourceScope { Connected = 1, GlobalNetwork, Remembered, Recent, Context }