private void RemoveDuplicate_Click(object sender, EventArgs e) { StringProblems.removeDuplicate("abcdefgabhil".ToCharArray()); }