ARKBreedingStats.Pedigree.Pedigree C# (CSharp) Method

Pedigree() public method

public Pedigree ( ) : System
return System
        public Pedigree()
        {
            InitializeComponent();
            this.SetStyle(ControlStyles.UserPaint | ControlStyles.AllPaintingInWmPaint | ControlStyles.OptimizedDoubleBuffer, true);
            lines.Add(new List<int[]>());
            lines.Add(new List<int[]>());
            noCreatureSelected();
        }