private void buttonSearchCollisions_Click(object sender, EventArgs e) { textBoxLength.Clear(); textBoxCollision.Clear(); textBoxCount.Clear(); var hashPassword = Sha1Hash.GetFromHex(passwordHash); logicImpl.StartSearchCollisionsTask(hashPassword); }