コード例 #1
0
ファイル: TestClass2.cs プロジェクト: KodeFu/cse681
        void functionB()
        {
            TestClass1B testClassB  = new TestClass1B();
            TestClass3B testClass3B = new TestClass3B();

            b = "hello dolly";
        }
コード例 #2
0
        void functionA()
        {
            TestClass1B testClassB = new TestClass1B();

            b = "hello mudit";
        }