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

            Interfaces.Read();
        }