C# Class AthensTransit_Hackathon.helpMeShow

Show file Open project: crowdhackathon-transport/AthensTransit

Public Methods

Method Description
helpMeShow ( string t, bool e ) : System
helpMeShow ( string big, string small, bool e ) : System
helpMeShow ( string trainMessage, string color, bool e, bool train ) : System

Private Methods

Method Description
IsDigitsOnly ( string str ) : bool

Method Details

helpMeShow() public method

public helpMeShow ( string t, bool e ) : System
t string
e bool
return System

helpMeShow() public method

public helpMeShow ( string big, string small, bool e ) : System
big string
small string
e bool
return System

helpMeShow() public method

public helpMeShow ( string trainMessage, string color, bool e, bool train ) : System
trainMessage string
color string
e bool
train bool
return System