Exemplo n.º 1
0
Arquivo: Structs.cs Projeto: sav/efl
        // Complex Structs
        public static void complex_in()
        {
            var complex = structComplexWithValues();

            test.ITesting t = new test.Testing();
            bool          r = t.StructComplexIn(complex);

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