public SupportMePage()
 {
     LangResources       = BabelTower.getTranslatedResources <SupportMeResources>();
     ColorResources      = Painter.GetTheme();
     NavigationCacheMode = NavigationCacheMode.Enabled;
     this.InitializeComponent();
 }
Exemple #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();
 }
        public HistoryPage()
        {
            LangResources  = BabelTower.getTranslatedResources <HistoryPageResources>();
            ColorResources = Painter.GetTheme();
            Cabinet        = new Cabinet();

            InitializeComponent();
        }