C# Class AncsNotifier.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: troufster/AncsNotifier

Public Properties

Property Type Description
DataList ObservableCollection

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
AncsManagerOnOnNotification ( PlainNotification o ) : void
AncsManagerOnOnStatusChange ( string s ) : void
ButtonNegative_OnClick ( object sender, RoutedEventArgs e ) : void
ButtonPositive_OnClick ( object sender, RoutedEventArgs e ) : void
Show ( ToastContent content ) : void
button_Click ( object sender, RoutedEventArgs e ) : void
setStatus ( string status ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

Property Details

DataList public_oe property

public ObservableCollection DataList
return ObservableCollection