C# Class Builder.Program

A builder allows client code to construct the object of the builder. It is like the template method, but allows external modification.
Datei anzeigen Open project: votinginfoproject/scripts

Public Methods

Method Description
Main ( String args ) : void

Method Details

Main() public static method

public static Main ( String args ) : void
args String
return void