C# Class System.Perf.DelegateInterface.MethodCall

Inheritance: IMethodCall
Afficher le fichier Open project: Orcomp/NPerf

Méthodes publiques

Méthode Description
Call ( ) : void
Call ( object sender, EventArgs args ) : void

Method Details

Call() public méthode

public Call ( ) : void
Résultat void

Call() public méthode

public Call ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void