//////////////////////////////////////////////////////////////////////////////////////////////
        // The public static method to start the demo
        //
        //////////////////////////////////////////////////////////////////////////////////////////////
        public static void Demo()
        {
            SliceGraphics instance = new SliceGraphics();

            instance.DoDemo();
        }
Esempio n. 2
0
 //////////////////////////////////////////////////////////////////////////////////////////////
 // The public static method to start the demo
 //
 //////////////////////////////////////////////////////////////////////////////////////////////
 public static void Demo()
 {
     SliceGraphics instance = new SliceGraphics();
     instance.DoDemo();
 }