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

Inheritance: System.EventArgs
Afficher le fichier Open project: coldicelion/Captcha-Recognizer

Méthodes publiques

Méthode Description
OnCompletedEventArgs ( string code, double second, string filePath, int threadId ) : System

Method Details

OnCompletedEventArgs() public méthode

public OnCompletedEventArgs ( string code, double second, string filePath, int threadId ) : System
code string
second double
filePath string
threadId int
Résultat System