C# Class Wesley.Component.Captcha.Events.OnCompletedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: coldicelion/Captcha-Recognizer

Public Methods

Method Description
OnCompletedEventArgs ( string code, double second, string filePath, int threadId ) : System

Method Details

OnCompletedEventArgs() public method

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