C# Class LiveBoard.View.StartPage

A basic page that provides characteristics common to most applications.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: vapps/Modern_LiveBoard

Public Methods

Method Description
LoadFileAsync ( StorageFile file ) : System.Threading.Tasks.Task

불러오기.

NavigateToFilePage ( ) : System.Threading.Tasks.Task

lvbd 파일을 더블클릭하여 실행되었을 때.

NavigateToProtocolPage ( ) : void
StartPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ButtonCreate_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonEditRecent_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonOpen_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonPlayRecent_OnClick ( object sender, RoutedEventArgs e ) : void
RootPage_SizeChanged ( object sender, SizeChangedEventArgs e ) : void

해상도 대응

getAuthorNameAsync ( ) : Task

PC 로그인한 사용자 이름 반환.

navigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
navigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
playClickHandler ( IUICommand command ) : void

Method Details

LoadFileAsync() public method

불러오기.
public LoadFileAsync ( StorageFile file ) : System.Threading.Tasks.Task
file Windows.Storage.StorageFile
return System.Threading.Tasks.Task

NavigateToFilePage() public method

lvbd 파일을 더블클릭하여 실행되었을 때.
public NavigateToFilePage ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

NavigateToProtocolPage() public method

public NavigateToProtocolPage ( ) : void
return void

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

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

StartPage() public method

public StartPage ( ) : System
return System