Inheritance: System.Windows.Forms.Form
		public static AuthenticationForm GetAuthenticationForm(this OpenAuthenticationClientBase oauth)
		{
			var openAuthForm = new AuthenticationForm(oauth);

			return openAuthForm;
		}
        public static AuthenticationForm GetAuthenticationForm(this OpenAuthenticationClientBase oauth)
        {
            var openAuthForm = new AuthenticationForm(oauth);

            return(openAuthForm);
        }