FourthTry.Frame.Frame C# (CSharp) 메소드

Frame() 공개 메소드

public Frame ( int firstBall, int secondBall ) : System
firstBall int
secondBall int
리턴 System
        public Frame(int firstBall, int secondBall)
        {
            FirstBall = firstBall;
            SecondBall = secondBall;
        }