////////////////////////////////////////////////////////////////////////////////////////////// // The public static method to start the demo // ////////////////////////////////////////////////////////////////////////////////////////////// public static void Demo() { InteractionLineStrip instance = new InteractionLineStrip(); instance.DoDemo(); }