CTCOfficeGUI.TableViewScreen.TrackBlockRow.ShowLabels C# (CSharp) Method

ShowLabels() public method

Shows all the labels in this group
public ShowLabels ( ) : void
return void
            public void ShowLabels()
            {
                NameLabel.Show();
                AuthorityLabel.Show();
                SpeedLimitLabel.Show();
                StaticLimitLabel.Show();
                TrainLabel.Show();
                SignalLabel.Show();
                GradeLabel.Show();
                LengthLabel.Show();
                HasTunnelLabel.Show();
                RRCrossingLabel.Show();
                TransponderLabel.Show();
                FailureLabel.Show();
            }
TableViewScreen.TrackBlockRow