Ejemplo n.º 1
0
 public static void Run()
 {
     PrimitivesExample primitivesExample = new PrimitivesExample();
     primitivesExample.Go();
 }
Ejemplo n.º 2
0
        public static void Run()
        {
            PrimitivesExample primitivesExample = new PrimitivesExample();

            primitivesExample.Go();
        }