public static void ShowAuthForm(string uri) { AutForm authForm = new AutForm(uri); Application.Run(authForm); }