C# 클래스 Wesley.Component.Captcha.Events.OnCompletedEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: coldicelion/Captcha-Recognizer

공개 메소드들

메소드 설명
OnCompletedEventArgs ( string code, double second, string filePath, int threadId ) : System

메소드 상세

OnCompletedEventArgs() 공개 메소드

public OnCompletedEventArgs ( string code, double second, string filePath, int threadId ) : System
code string
second double
filePath string
threadId int
리턴 System