Beispiel #1
0
    public void Foo()
    {
        Testing       MyTesting      = new Testing();
        Testing_Class MyTestingClass = new Testing_Class();

        MyTesting.A();
    }