Ejemplo n.º 1
0
Archivo: Structs.cs Proyecto: sav/efl
        // As parameters

        public static void simple_in()
        {
            var simple = structSimpleWithValues();

            test.ITesting t = new test.Testing();
            bool          r = t.StructSimpleIn(simple);

            Test.Assert(r, "Function returned false");
        }