Brook.ZhiHuRiBao.App.GetWindowFrame C# (CSharp) Method

GetWindowFrame() public static method

public static GetWindowFrame ( ) : Frame
return Windows.UI.Xaml.Controls.Frame
        public static Frame GetWindowFrame()
        {
            return Window.Current.Content as Frame;
        }