We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44189c6 commit 32d899fCopy full SHA for 32d899f
1 file changed
TwoCaptcha.Examples/Run.cs
@@ -1,4 +1,5 @@
1
using System;
2
+using System.IO;
3
using System.Runtime.ConstrainedExecution;
4
using TwoCaptcha.Examples;
5
@@ -209,6 +210,8 @@ public static void Main(string[] args)
209
210
211
case "TemuExample":
212
TemuExample TemuExample = new TemuExample(apiKey);
213
+ break;
214
+
215
case "VkImageExample":
216
VkImageExample VkImageExample = new VkImageExample(apiKey);
217
break;
0 commit comments