Example #1
0
        static void Main(string[] args)
        {


            while (true)
            {
                LoginService objservice = new LoginService();

                objservice.Login();
                

            }

                  
        }
Example #2
0
 static void Main(string[] args)
 {
     LoginService.Run();
 }