private void hashTextBox_KeyPress(object sender, KeyPressEventArgs e) { if (e.IsEnter()) { PrintFoldersAndFiles(); } }