private void RTB_Output_Click(object sender, EventArgs e) { RTB_Output.Clear(); RTB_Output.Text = "Open a file, or Drag/Drop several! Click this box to clear its text." + Environment.NewLine; }
private void ClearOutput(object sender, EventArgs e) => RTB_Output.Clear();