private void btnPatternMatch_Click(object sender, EventArgs e) { PatternMatch match = new PatternMatch(); match.Solve(); }