예제 #1
0
        private void AllClose(object sender, MouseEventArgs e)
        {
            SPS.Opacity = 0;
            var SC = GView.FindName("SChoice") as StackPanel;

            if (SC != null)
            {
                SC.Opacity = 0;
            }
        }
예제 #2
0
        private void ScoreCClose(object sender, MouseEventArgs e)
        {
            var SC = GView.FindName("SChoice") as StackPanel;

            SC.Opacity = 0;
        }