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