You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger.Note(Color.Purple,"Coded By : MohmmadMahdi Khoubrouy","Github : https://github.com/miticyber","If you like it, please star the project on GitHub");
33
+
34
+
35
+
#endregion
36
+
37
+
38
+
#region Check Exists Proxy file in directory
39
+
if(ProxyListFiles.Count()<=0)
40
+
{
41
+
Logger.Log("ProxyList File Not Found In Folder Proxies",Color.Red);
42
+
Logger.Note(Color.Cyan1,"For Working this app please first create ProxyList and Copy to Proxies Folder and then Run app");
43
+
Logger.Note(Color.Khaki1,"Press enter for exit...");
44
+
Console.ReadKey();
45
+
}
46
+
#endregion
47
+
48
+
#region main
49
+
else
50
+
{
51
+
Console.WriteLine("");
52
+
varselectedFile=AnsiConsole.Prompt(
53
+
newSelectionPrompt<string>()
54
+
.Title("What's your [green]ProxyList file[/]?")
55
+
.PageSize(10)
56
+
.MoreChoicesText("[grey](Move up and down to reveal more fruits)[/]")
0 commit comments