void bac(object sender, EventArgs e)  /////戻る?
        {
            t_id = -1;
            Application.Current.Properties["u_id"] = t_id;
            Application.Current.Properties["t_id"] = null;
            if (bac_b != null)
            {
                grid3.Children.Remove(bac_b);
            }
            var nextPage = new UserRecordCheck();

            NavigationService.Navigate(nextPage);
        }
Пример #2
0
        void sortt(object sender, EventArgs e)
        {
            if ((sender as Button).Name.Equals("yuzaname"))
            {
                if (sortname == 0)
                {
                    Application.Current.Properties["sortnamee"] = 1;
                }
                else if (sortname == 1)
                {
                    Application.Current.Properties["sortnamee"] = 2;
                }
                else if (sortname == 2)
                {
                    Application.Current.Properties["sortnamee"] = 3;
                }
                else
                {
                    Application.Current.Properties["sortnamee"] = 0;
                }
            }
            else
            {
                if (sortfin == 0)
                {
                    Application.Current.Properties["sortfinn"] = 1;
                }
                else if (sortfin == 1)
                {
                    Application.Current.Properties["sortfinn"] = 2;
                }
                else
                {
                    Application.Current.Properties["sortfinn"] = 0;
                }
            }

            var nextPage = new UserRecordCheck();

            NavigationService.Navigate(nextPage);
        }
Пример #3
0
        void reco(object sender, EventArgs e)
        {
            var nextPage = new UserRecordCheck();

            NavigationService.Navigate(nextPage);
        }