コード例 #1
0
        static void Main(string[] args)
        {
            TestPolymorphic t = new TestPolymorphic();

            t.LoadEmployees();
            t.DoPayroll();
        }
コード例 #2
0
 static void Main(string[] args)
 {
     TestPolymorphic t = new TestPolymorphic();
     t.LoadEmployees();
     t.DoPayroll();
 }