Skip to content

Commit c01b208

Browse files
committed
Expand using directives in PublicAPIInstance.cs
Added multiple namespaces to the using directives in PublicAPIInstance.cs, including System.Collections, System.Linq, System.Threading, and others. This change enables access to a broader range of functionality required by the file.
1 parent e04a040 commit c01b208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
using System;
1+
using System;
22
using System.Collections.Concurrent;
33
using System.Collections.Generic;
44
using System.Collections.ObjectModel;
55
using System.Collections.Specialized;
66
using System.ComponentModel;
77
using System.Diagnostics;
88
using System.IO;
9+
using System.Linq;
910
using System.Net;
1011
using System.Runtime.CompilerServices;
1112
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)