truecryptbrute.Wordlist.PasswordProgressEventArgs.PasswordProgressEventArgs C# (CSharp) Метод

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

public PasswordProgressEventArgs ( int uWordListCurrentLine, int uWordListLineCount, string uPass ) : System
uWordListCurrentLine int
uWordListLineCount int
uPass string
Результат System
        public PasswordProgressEventArgs(int uWordListCurrentLine, int uWordListLineCount, string uPass)
        {
            WordListCurrentLine = uWordListCurrentLine;
            WordListLineCount = uWordListLineCount;
            WordListCurrentPass = uPass;
        }
PasswordProgressEventArgs