ARKBreedingStats.Pedigree.Pedigree C# (CSharp) 메소드

Pedigree() 공개 메소드

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