예제 #1
0
        static void Main(string[] args)
        {
            Four f = new Four();

            f.Test1(); f.Test3(); f.Test5();
            Console.ReadKey();
        }
예제 #2
0
        static void Main(string[] args)
        {
            Four f = new Four();

            f.D_Protected3(); f.D_ProtectedInternal4();
            f.D_Public5();
        }