C# Class Nca.Valdr.Console.Program

This class provides the entry point for the console runner.
Afficher le fichier Open project: netceteragroup/valdr-dotnet

Méthodes publiques

Méthode Description
Main ( Array args ) : void

The main entry point.

Method Details

Main() public static méthode

The main entry point.
public static Main ( Array args ) : void
args Array CLI parameters.
Résultat void