public void Solve() { if (Knot != null) { Knot = Knot.Solve(Knot); MessageBox.Show(Knot.ToString()); } }