C# Class DogTrainingWindowsService.Program

Afficher le fichier Open project: devopsguys/DogTrainingWindowsService

Méthodes publiques

Méthode Description
Main ( Array args ) : void

The main entry point for the application.

Main ( string args ) : void

The main entry point for the application.

Method Details

Main() public static méthode

The main entry point for the application.
public static Main ( Array args ) : void
args Array
Résultat void

Main() public static méthode

The main entry point for the application.
public static Main ( string args ) : void
args string
Résultat void