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

buttonHatching_Click() приватный Метод

private buttonHatching_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void buttonHatching_Click(object sender, EventArgs e)
        {
            if (CreateTimer != null && currentSpecies != "")
                CreateTimer(currentSpecies + " " + buttonHatching.Text, DateTime.Now.Add(incubation));
        }