public SupportMePage()
 {
     LangResources       = BabelTower.getTranslatedResources <SupportMeResources>();
     ColorResources      = Painter.GetTheme();
     NavigationCacheMode = NavigationCacheMode.Enabled;
     this.InitializeComponent();
 }
예제 #2
0
 public Webpage()
 {
     LangResources       = BabelTower.getTranslatedResources <WebPageResources>();
     ColorResources      = Painter.GetTheme();
     NavigationCacheMode = NavigationCacheMode.Enabled;
     InitializeComponent();
 }
 public FeedbackPage()
 {
     ytgbfsUri           = new Uri(String.Format(Constants.Endpoints.FSBase, Utils.GetVar(Constants.Vars.FSAddress), Utils.GetVar(Constants.Vars.FSPort)));
     LangResources       = BabelTower.getTranslatedResources <FeedbackResources>();
     ColorResources      = Painter.GetTheme();
     NavigationCacheMode = NavigationCacheMode.Enabled;
     InitializeComponent();
 }
예제 #4
0
 public ChangelogPage()
 {
     NavigationCacheMode    = NavigationCacheMode.Enabled;
     githubReleasesEndpoint = Constants.Endpoints.Github;
     LangResources          = BabelTower.getTranslatedResources <ChangelogResources>();
     ColorResources         = Painter.GetTheme();
     InitializeComponent();
 }
        public HistoryPage()
        {
            LangResources  = BabelTower.getTranslatedResources <HistoryPageResources>();
            ColorResources = Painter.GetTheme();
            Cabinet        = new Cabinet();

            InitializeComponent();
        }
        public MainPage()
        {
            Search = new Search();
            Search.FinishedFetchingResults += PresentResults;
            Search.FailedFetchingResults   += PresentSearchError;

            LangResources  = BabelTower.getTranslatedResources <MainPageResources>();
            ColorResources = Painter.GetTheme();

            NavigationCacheMode = NavigationCacheMode.Enabled;
            InitializeComponent();
        }