C# Class MetroIde.Pages.StartPage

Interaction logic for StartPage.xaml
Show file Open project: ChadSki/Quickbeam

Public Methods

Method Description
LoadRecentItem ( object sender, RoutedEventArgs e ) : void
StartPage ( ) : System.IO
UpdateRecents ( ) : void

Private Methods

Method Description
LaunchHaloButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

LoadRecentItem() public method

public LoadRecentItem ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

StartPage() public method

public StartPage ( ) : System.IO
return System.IO

UpdateRecents() public method

public UpdateRecents ( ) : void
return void