Skip to content

Commit 32d899f

Browse files
author
victorkowalski
committed
fixed Run.cs
1 parent 44189c6 commit 32d899f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

TwoCaptcha.Examples/Run.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using System.IO;
23
using System.Runtime.ConstrainedExecution;
34
using TwoCaptcha.Examples;
45

@@ -209,6 +210,8 @@ public static void Main(string[] args)
209210

210211
case "TemuExample":
211212
TemuExample TemuExample = new TemuExample(apiKey);
213+
break;
214+
212215
case "VkImageExample":
213216
VkImageExample VkImageExample = new VkImageExample(apiKey);
214217
break;

0 commit comments

Comments
 (0)