ARKBreedingStats.StatIO.StatIO C# (CSharp) Метод

StatIO() публичный Метод

public StatIO ( ) : System
Результат System
        public StatIO()
        {
            InitializeComponent();
            this.numLvW.Value = 0;
            this.numLvD.Value = 0;
            this.labelBValue.Text = "";
            postTame = true;
            percent = false;
            breedingValue = 0;
            this.groupBox1.Click += new System.EventHandler(this.groupBox1_Click);
            InputType = inputType;
            // ToolTips
            tt.InitialDelay = 300;
            tt.SetToolTip(checkBoxFixDomZero, "Check to lock to zero (if you never leveled up this stat)");
        }