예제 #1
0
파일: Figure.cs 프로젝트: blacha14/nitrogen
        public int Colour(IHuman fig, int i = 0)
        {
            fig.Laugh();

            throw new System.NotImplementedException();
        }
예제 #2
0
        public int Colour(IHuman fig, int i = 0)
        {
            fig.Laugh();

            throw new System.NotImplementedException();
        }