예제 #1
0
        public MainPage()
        {
            this.InitializeComponent();

            var x = new TestToggle().FeatureEnabled;

            var y = Is <TestToggle> .Enabled;
        }
예제 #2
0
        public MainPage()
        {
            this.InitializeComponent();

            this.NavigationCacheMode = NavigationCacheMode.Required;

            var x = new TestToggle().FeatureEnabled;
        }
예제 #3
0
        // Constructor
        public MainPage()
        {
            InitializeComponent();

            var x = new TestToggle().FeatureEnabled;

            // Sample code to localize the ApplicationBar
            //BuildLocalizedApplicationBar();
        }
예제 #4
0
        public MainPage()
        {
            this.InitializeComponent();

            var x = new TestToggle().FeatureEnabled;
        }