C# Class ModernSteward.Macro

Afficher le fichier Open project: ModernSteward/ModernSteward Class Usage Examples

Méthodes publiques

Свойство Type Description
Events List

Méthodes publiques

Méthode Description
Execute ( ) : void
Macro ( ) : System
Macro ( List events ) : System
Macro_togglingDesktopDone ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
toggleDesktop ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

Macro() public méthode

public Macro ( ) : System
Résultat System

Macro() public méthode

public Macro ( List events ) : System
events List
Résultat System

Macro_togglingDesktopDone() public méthode

public Macro_togglingDesktopDone ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Events public_oe property

public List Events
Résultat List