more work on gtk & code cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ public class OcsApi : IDisposable
|
||||
public event GetOcsApiAuthCredentailsEventHandler? GetOcsApiAuthCredentails;
|
||||
|
||||
private readonly HttpClient client = new();
|
||||
private readonly List<OcsApiBase> apis = new();
|
||||
private readonly List<OcsApiBase> apis = [];
|
||||
|
||||
public string BaseUrl { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user