Archived
1
0
This commit is contained in:
Michael Gordeev
2018-09-22 23:07:10 +03:00
parent 10a6f028c0
commit 8bb0a0e11b
4 changed files with 50 additions and 30 deletions
+1
View File
@@ -14,6 +14,7 @@ namespace FoxTube
{
public static class Methods
{
public static bool NeedToResponse { get; set; } = false;
public static MainPage MainPage
{
get { return (Window.Current.Content as Frame).Content as MainPage; }