public static void Main() { using (JuliaSetFractal example = new JuliaSetFractal()) { Utilities.SetWindowTitle(example); example.Run(30.0); } }