2015年11月13日 星期五

C8_2 IBoat.cs

using System;
namespace C8_2
{
    ///
    ///船介面類
    ///
     public interface IBoat
    {
        void ShowBoat();
    }
}

沒有留言: