Beispiel #1
0
        static void RunEx()
        {
            var t = new TestA();

            t.TestEx();
        }
Beispiel #2
0
        public void TestEx()
        {
            var t = new TestA();

            t.TestEx();
        }