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

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

Private Properties

프로퍼티 타입 설명
HideLoginWarning void
LoginLabel_MouseDoubleClick void
Page_KeyDown void
Page_Loaded void
btnLogin_Click void

공개 메소드들

메소드 설명
LoginPage ( ) : System

Initializes a new instance of the LoginPage class.

LoginPage ( bool forceRockURLVisible ) : System

Initializes a new instance of the LoginPage class.

비공개 메소드들

메소드 설명
HideLoginWarning ( object sender, System e ) : void

Hides the login warning.

LoginLabel_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

(EasterEgg) Handles the MouseDoubleClick event of the LoginLabel control.

Page_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Handles the KeyDown event of the Page control.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

Handles the Loaded event of the Page control.

btnLogin_Click ( object sender, RoutedEventArgs e ) : void

Handles the Click event of the btnLogin control.

메소드 상세

LoginPage() 공개 메소드

Initializes a new instance of the LoginPage class.
public LoginPage ( ) : System
리턴 System

LoginPage() 공개 메소드

Initializes a new instance of the LoginPage class.
public LoginPage ( bool forceRockURLVisible ) : System
forceRockURLVisible bool
리턴 System