예제 #1
0
 public OJump(JumpingFrogsShell jf) : base("o")
 {
     this.jf = jf;
 }
예제 #2
0
 public New(JumpingFrogsShell jf) : base("new")
 {
     this.jf = jf;
 }
예제 #3
0
        static void Main(string[] args)
        {
            Shell sh = new JumpingFrogsShell();

            sh.ReadEvalPrint();
        }
예제 #4
0
 public XWalk(JumpingFrogsShell jf) : base("x")
 {
     this.jf = jf;
 }