usertools.AuthenticationTester.AuthenticationForm.AuthenticationForm C# (CSharp) Метод

AuthenticationForm() публичный Метод

public AuthenticationForm ( ) : System
Результат System
        public AuthenticationForm()
        {
            Method = Methods.POST;
            InputFields = new List<InputField>();
            Action = string.Empty;
        }
AuthenticationForm