C# 클래스 VLC_WINRT.Views.Controls.InputDialog.InputDialog

상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: kusl/vlcwinrt 1 사용 예제들

공개 메소드들

메소드 설명
InputDialog ( ) : System
Show ( string logoPath, string title, string subTitle, string actionButton, AlwaysExecutableCommand actionCommand ) : void

비공개 메소드들

메소드 설명
ActionButtonClicked ( object sender, RoutedEventArgs e ) : void
CancelDialog ( object sender, RoutedEventArgs e ) : void

메소드 상세

InputDialog() 공개 메소드

public InputDialog ( ) : System
리턴 System

Show() 공개 메소드

public Show ( string logoPath, string title, string subTitle, string actionButton, AlwaysExecutableCommand actionCommand ) : void
logoPath string
title string
subTitle string
actionButton string
actionCommand VLC_WINRT.Common.AlwaysExecutableCommand
리턴 void