C# Class CSharp08Form.DelegateQueue

Afficher le fichier Open project: GHScan/DailyProjects Class Usage Examples

Méthodes publiques

Méthode Description
InvokeDelegates ( ) : void
PostDelegate ( System.Action a ) : void

Method Details

InvokeDelegates() public static méthode

public static InvokeDelegates ( ) : void
Résultat void

PostDelegate() public static méthode

public static PostDelegate ( System.Action a ) : void
a System.Action
Résultat void