Exemplo n.º 1
0
        //////////////////////////////////////////////////////////////////////////////////////////////
        // The public static method to start the demo
        //
        //////////////////////////////////////////////////////////////////////////////////////////////
        public static void Demo()
        {
            SimpleInteraction instance = new SimpleInteraction();

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