示例#1
0
 //////////////////////////////////////////////////////////////////////////////////////////////
 // The public static method to start the demo
 //
 //////////////////////////////////////////////////////////////////////////////////////////////
 public static void Demo()
 {
     CircleJig instance = new CircleJig();
     instance.DoDemo();
 }
示例#2
0
        //////////////////////////////////////////////////////////////////////////////////////////////
        // The public static method to start the demo
        //
        //////////////////////////////////////////////////////////////////////////////////////////////
        public static void Demo()
        {
            CircleJig instance = new CircleJig();

            instance.DoDemo();
        }