C# 클래스 Microsoft.Phone.Applications.UnitConverter.Model.CommonPageState

Base class for page state settings for the main page or conversions page
파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework

공개 메소드들

메소드 설명
CommonPageState ( ) : System

Default constructor

UpdateNames ( string category, string sourceUnitName, string targetUnitName ) : void

Updates the name objects.

메소드 상세

CommonPageState() 공개 메소드

Default constructor
public CommonPageState ( ) : System
리턴 System

UpdateNames() 공개 메소드

Updates the name objects.
public UpdateNames ( string category, string sourceUnitName, string targetUnitName ) : void
category string The category.
sourceUnitName string Name of the source unit.
targetUnitName string Name of the target unit.
리턴 void