C# Class DogTrainingWindowsService.Program

Datei anzeigen Open project: devopsguys/DogTrainingWindowsService

Public Methods

Method 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 method

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

Main() public static method

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