ARKBreedingStats.CreatureInfoInput.CreatureInfoInput C# (CSharp) Method

CreatureInfoInput() public method

public CreatureInfoInput ( ) : System
return System
        public CreatureInfoInput()
        {
            InitializeComponent();
            parentComboBoxMother.naLabel = " - Mother n/a";
            parentComboBoxMother.Items.Add(" - Mother n/a");
            parentComboBoxFather.naLabel = " - Father n/a";
            parentComboBoxFather.Items.Add(" - Father n/a");
            parentComboBoxMother.SelectedIndex = 0;
            parentComboBoxFather.SelectedIndex = 0;
            tt.SetToolTip(buttonGender, "Gender");
            tt.SetToolTip(buttonStatus, "Status");
            tt.SetToolTip(dateTimePickerAdded, "Domesticated at");
        }