ARKBreedingStats.Pedigree.Pedigree C# (CSharp) Méthode

Pedigree() public méthode

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