Choreoh.MainWindow.showAllSegments C# (CSharp) 메소드

showAllSegments() 개인적인 메소드

private showAllSegments ( ) : void
리턴 void
        private void showAllSegments()
        {
            foreach (HoverButton hb in segmentList)
            {
                hb.Visibility = Visibility.Visible;
            }
        }