C# Class Brook.ZhiHuRiBao.Pages.MainContentPage

Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: brookshi/UWP_ZhiHuRiBao

Public Methods

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

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CloseWeiBoShareDlg ( object sender, RoutedEventArgs e ) : void
ShareWeiBo ( object sender, RoutedEventArgs e ) : void
Subscriber ( StoryEvent param ) : void

Method Details

BuildTransform() public static method

public static BuildTransform ( Type targetTransformType ) : Transform
targetTransformType System.Type
return Transform

MainContentPage() public method

public MainContentPage ( ) : Brook.ZhiHuRiBao.Common
return Brook.ZhiHuRiBao.Common

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

PrepareTransform() public static method

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