Example #1
0
 static void Main()
 {
     myInterface Interfaces = new TestInterface();
     Interfaces.Read();
 }
Example #2
0
        static void Main()
        {
            myInterface Interfaces = new TestInterface();

            Interfaces.Read();
        }