Example #1
0
        void functionB()
        {
            TestClass1B testClassB  = new TestClass1B();
            TestClass3B testClass3B = new TestClass3B();

            b = "hello dolly";
        }
Example #2
0
        void functionA()
        {
            TestClass1B testClassB = new TestClass1B();

            b = "hello mudit";
        }