C# Class Sitecore.Courier.Runner.Program

Defines the program class.
Afficher le fichier Open project: adoprog/Sitecore-Courier

Méthodes publiques

Méthode Description
Main ( string args ) : void

Mains the specified args.

Method Details

Main() public static méthode

Mains the specified args.
public static Main ( string args ) : void
args string The arguments.
Résultat void