C# 클래스 Ucrm.Address

파일 보기 프로젝트 열기: bytecode0101/uCRM 1 사용 예제들

공개 메소드들

메소드 설명
Address ( ) : System
SelectCity ( ) : void
SelectCountry ( ) : string

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

메소드 상세

Address() 공개 메소드

public Address ( ) : System
리턴 System

SelectCity() 공개 메소드

public SelectCity ( ) : void
리턴 void

SelectCountry() 공개 메소드

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