Esempio n. 1
0
File: Structs.cs Progetto: sav/efl
        public static void simple_out()
        {
            var simple = new test.StructSimple();

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

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