C# 클래스 CoffeeAuth.UserPage

An empty page that can be used on its own or navigated to within a Frame.
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: ms-iot/coffee-auth

공개 메소드들

메소드 설명
UserPage ( ) : CoffeeAuth.Models

보호된 메소드들

메소드 설명
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
AppBarButton_Click ( object sender, RoutedEventArgs e ) : void
AppBarButton_Click_1 ( object sender, RoutedEventArgs e ) : void
ArduinoReconnectDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
Countdown ( ) : void
NameChangeDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
SettleDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
SettleDialog_SecondaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
Timer_Tick ( object sender, object e ) : void

Sets text on the CountdownDialog as well as text color

bagButton_Click ( object sender, RoutedEventArgs e ) : void

Credits user value of a Bag of Beans

getCoffeeButton_Click ( object sender, RoutedEventArgs e ) : void

Debits user value of a cup of coffee

milkButton_Click ( object sender, RoutedEventArgs e ) : void

Credits user value of a Jug of Milk

settleButton_Click ( object sender, RoutedEventArgs e ) : void
showToast ( string heading, string body, string body2 ) : void

Shows a notification to affirm an action taken by a user.

메소드 상세

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

UserPage() 공개 메소드

public UserPage ( ) : CoffeeAuth.Models
리턴 CoffeeAuth.Models