Property | Type | Description | |
---|---|---|---|
activeBus | IEnumerable |
||
asked | bool | ||
pivotHeaderColors | SolidColorBrush[] | ||
timeOfUse | int |
Method | Description | |
---|---|---|
App ( ) : System |
Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
|
|
ChangeEnglishLettersToGreek ( string temp ) : string | ||
ChangeGreekLettersToEnglish ( string lineNumber ) : string | ||
GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType | ||
GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType | ||
GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[] | ||
LoadBus ( string lineNumber ) : void |
Method | Description | |
---|---|---|
OnLaunched ( LaunchActivatedEventArgs e ) : void |
Method | Description | |
---|---|---|
Connect ( int connectionId, object target ) : void | ||
InitializeComponent ( ) : void | ||
OnSuspending ( object sender, SuspendingEventArgs e ) : void |
Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.
|
|
RootFrame_FirstNavigated ( object sender, NavigationEventArgs e ) : void |
Restores the content transitions after the app has launched.
|
public static ChangeEnglishLettersToGreek ( string temp ) : string | ||
temp | string | |
return | string |
public static ChangeGreekLettersToEnglish ( string lineNumber ) : string | ||
lineNumber | string | |
return | string |
public GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType | ||
type | global | |
return | global::Windows.UI.Xaml.Markup.IXamlType |
public GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType | ||
fullName | string | |
return | global::Windows.UI.Xaml.Markup.IXamlType |
public GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[] | ||
return | global::Windows.UI.Xaml.Markup.XmlnsDefinition[] |
public static LoadBus ( string lineNumber ) : void | ||
lineNumber | string | |
return | void |
protected OnLaunched ( LaunchActivatedEventArgs e ) : void | ||
e | LaunchActivatedEventArgs | |
return | void |
public static SolidColorBrush[] pivotHeaderColors | ||
return | SolidColorBrush[] |