예제 #1
0
파일: Structs.cs 프로젝트: 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);
        }