ARKBreedingStats.PedigreeCreature.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public void Clear()
        {
            for (int s = 0; s < 7; s++)
            {
                labels[s].Text = "";
                labels[s].BackColor = SystemColors.Control;
            }
            labelGender.Visible = false;
            groupBox1.Text = "";
            pictureBox1.Visible = false;
        }