C# Class Brook.ZhiHuRiBao.Pages.MainContentPage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: brookshi/UWP_ZhiHuRiBao

Méthodes publiques

Méthode Description
BuildTransform ( Type targetTransformType ) : Transform
MainContentPage ( ) : Brook.ZhiHuRiBao.Common
PrepareTransform ( UIElement target, Type targetTransformType ) : Transform

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
CloseWeiBoShareDlg ( object sender, RoutedEventArgs e ) : void
ShareWeiBo ( object sender, RoutedEventArgs e ) : void
Subscriber ( StoryEvent param ) : void

Method Details

BuildTransform() public static méthode

public static BuildTransform ( Type targetTransformType ) : Transform
targetTransformType System.Type
Résultat Transform

MainContentPage() public méthode

public MainContentPage ( ) : Brook.ZhiHuRiBao.Common
Résultat Brook.ZhiHuRiBao.Common

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

PrepareTransform() public static méthode

public static PrepareTransform ( UIElement target, Type targetTransformType ) : Transform
target Windows.UI.Xaml.UIElement
targetTransformType System.Type
Résultat Transform