C# Class SQLiteDemo.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: TelerikAcademy/Windows-Applications

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
AddNewItemButtonClick ( object sender, RoutedEventArgs e ) : void
GetAllButtonClick ( object sender, RoutedEventArgs e ) : void
GetAllUserAsync ( ) : Task>
GetDbConnectionAsync ( ) : SQLiteAsyncConnection
InitAsync ( ) : void
InsertUserAsync ( UserItem item ) : Task

Method Details

MainPage() public method

public MainPage ( ) : System
return System