C# Class Mash.Chronograph.ChronographFactory

Constructs objects supporting the chronograph interfaces
Datei anzeigen Open project: drwill/mash

Public Methods

Method Description
GetChronograph ( string name = "" ) : IChronograph

Creates an object which supports IChronograph

Method Details

GetChronograph() public static method

Creates an object which supports IChronograph
public static GetChronograph ( string name = "" ) : IChronograph
name string The name of the chronograph
return IChronograph