Exemplo n.º 1
0
 private static void ShowAuthStatus(SearchClient searchClient)
 {
     if (searchClient.CheckAuthStatus())
     {
         Prettify.WriteLine("Authentication Successful!", ConsoleColor.Green);
     }
     else
     {
         Prettify.WriteLine("Authentication Unsuccessful!", ConsoleColor.Red);
     }
 }