C# 클래스 wenku10.Pages.Dialogs.NameValueInput

상속: ContentDialog
파일 보기 프로젝트 열기: tgckpg/wenku10

공개 메소드들

메소드 설명
NameValueInput ( NameValue Item, string Title, string NameLabel, string ValueLabel, string BtnLeft = "OK", string BtnRight = "Cancel" ) : System

비공개 메소드들

메소드 설명
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
DetectInput ( ) : void
OnKeyDown ( object sender, KeyRoutedEventArgs e ) : void

메소드 상세

NameValueInput() 공개 메소드

public NameValueInput ( NameValue Item, string Title, string NameLabel, string ValueLabel, string BtnLeft = "OK", string BtnRight = "Cancel" ) : System
Item NameValue
Title string
NameLabel string
ValueLabel string
BtnLeft string
BtnRight string
리턴 System