public static void Drawing(Drawable d) { LProcess process = LSystem.screenProcess; if (process != null) { process.AddDrawing(d); } }