C# 클래스 AppStore.SettingsDialog

This class deals with Settings Dialog and implements all the important user-defined settings required by the app.
상속: ContentDialog
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store 1 사용 예제들

공개 메소드들

메소드 설명
SettingsDialog ( ) : AppStore.Models

Public constructor for the SettingsDialog

비공개 메소드들

메소드 설명
Connect ( int connectionId, object target ) : void
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void

Method which is executed when the user taps on the "apply" button in the SettingsDialog.

ContentDialog_SecondaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void

Method which is executed when the user taps on the "cancel" button in the SettingsDialog

InitializeComponent ( ) : void

메소드 상세

SettingsDialog() 공개 메소드

Public constructor for the SettingsDialog
public SettingsDialog ( ) : AppStore.Models
리턴 AppStore.Models