void sort(object sender, EventArgs e)  ////ソート
        {
            if ((sender as Button).Name.Equals("hidukesa"))
            {
                if (sorthi == 1)
                {
                    Application.Current.Properties["sorthii"] = 2;
                }
                else
                {
                    Application.Current.Properties["sorthii"] = 1;
                }
            }
            else
            {
                if (sortnum == 0)
                {
                    Application.Current.Properties["sortnumm"] = 1;
                }
                else if (sortnum == 1)
                {
                    Application.Current.Properties["sortnumm"] = 2;
                }
                else
                {
                    Application.Current.Properties["sortnumm"] = 0;
                }
            }

            var nextPage = new k_RecordConfirmation();

            NavigationService.Navigate(nextPage);
        }
        private void Tagbutton_Click(object sender, RoutedEventArgs e)
        {
            Application.Current.Properties["judge"] = 5;

            var nextPage = new k_RecordConfirmation();

            NavigationService.Navigate(nextPage);
        }
Example #3
0
        void record(object sender, EventArgs e)
        {
            Application.Current.Properties["u_id"] = (sender as Button).Tag;
            Application.Current.Properties["t_id"] = t_id;
            var nextPage = new k_RecordConfirmation();

            NavigationService.Navigate(nextPage);
        }
        private void fallbutton_Click(object sender, RoutedEventArgs e)
        {
            //gamejudge = 4;

            //hyou(gamejudge);

            Application.Current.Properties["judge"] = 4;

            var nextPage = new k_RecordConfirmation();

            NavigationService.Navigate(nextPage);
        }
        private void scorebutton_Click(object sender, RoutedEventArgs e)
        {
            //gamejudge = 1;

            //hyou(gamejudge);

            Application.Current.Properties["judge"] = 1;
            Console.WriteLine(Application.Current.Properties["judge"]);

            var nextPage = new k_RecordConfirmation();

            NavigationService.Navigate(nextPage);
        }
        private void timebutton_Click(object sender, RoutedEventArgs e)
        {
            //gamejudge = 2;

            //hyou(gamejudge);

            Application.Current.Properties["judge"] = 2;

            //System.Windows.Controls.Label[] 
            Console.WriteLine(label);
            Console.WriteLine(Application.Current.Properties["judge"]);

            var nextPage = new k_RecordConfirmation();

            NavigationService.Navigate(nextPage);
        }
Example #7
0
        void record(object sender, EventArgs e)
        {
            var nextPage = new k_RecordConfirmation();

            NavigationService.Navigate(nextPage);
        }