C# 클래스 Rock.Apps.CheckScannerUtility.ScanningPromptPage

Interaction logic for ScanningPromptPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

공개 메소드들

메소드 설명
ScanningPromptPage ( BatchPage batchPage ) : System

Initializes a new instance of the ScanningPromptPage class.

비공개 메소드들

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

Handles the Loaded event of the Page control.

btnBack_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnBack control.

btnNext_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnNext control.

btnToggle_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnToggle control.

메소드 상세

ScanningPromptPage() 공개 메소드

Initializes a new instance of the ScanningPromptPage class.
public ScanningPromptPage ( BatchPage batchPage ) : System
batchPage BatchPage
리턴 System