C# Class Ucrm.Address

Show file Open project: bytecode0101/uCRM Class Usage Examples

Public Methods

Method Description
Address ( ) : System
SelectCity ( ) : void
SelectCountry ( ) : string

Populate countries list for user to select and print to screen. Holds the country selected by user

Method Details

Address() public method

public Address ( ) : System
return System

SelectCity() public method

public SelectCity ( ) : void
return void

SelectCountry() public method

Populate countries list for user to select and print to screen. Holds the country selected by user
public SelectCountry ( ) : string
return string